Button clicked event not fired
Hi, Goodday, In my application I have a button. But while trying to access but it fails, I means, I cant click the button. Please refer the the attached sample and try the following step: Open the...
View ArticleiOS8 issues
I don't know if anyone else is having issues with iOS8, I looked through the first couple of pages, and no-one seems to have brought this up, but I am having a treble time with trying to get my app to...
View ArticleParameter in PushAsync of a TableView ?
Hello, I have a TableView and when I click a Item I want to show a DetailPage. So far it works, but I don't find a way to pass parameters to Navigation.PushAsync(page) because I have to tell the...
View ArticleHow to set internal Property "IsFocused" of VisualElement outside of xamarin API
Hi there, I'm using a custom Entry, which then uses my native iOS cutom UITextField. I wanna hook up the custom UITextField's EditingDidBegin/End to custom Entry's IsFocused just like the following...
View ArticleButton images stretched when in horizontal stack layout
In the following Xamarin form, there three cases where buttons (with images) are presented: a) Buttons are arranged one below the other in a vertical oriented layout => OK (i.e. no stretch on...
View ArticleHow to Hide Title bar in shared project
I want to hide the title bar so that no back navigation is provided on my main menu screen. How can I hide it from a shared project. Thanks Apurva
View ArticleResx Localization for Xamarin Forms
Hi Guys, I just wrote a brief blog about this. Feel free to have a look. Suggestions are welcome. http://nnhiu.blogspot.com/2014/07/resx-xamarin-forms.html
View ArticleRemove Title Bar - Android
Is there any way to remove Title Bar from Xamarin Forms - Portable (Xaml) in android?
View Article(JOB) Long-Term Xamarin Project in Austin, Dallas, or Seattle
Hey Everyone, My name is Ben and I'm a recruiter with Prestige Staffing here in Dallas. I have a job opportunity I want to run by y'all really quickly. We're partnered with a full-service IT consulting...
View ArticleWhat is the Renderer of ListView in Android?
I want to make a non-scrollable ListView. The renderer of ListView in iOS is ListViewRenderer, but I can't find the equivalent renderer in Android. Can anyone please tell me what it is? Thank you.
View ArticleContact list, Listview Scrollto
Im trying to create a "contact list" for android and I'm having trouble to find out how to scroll to a position/item in a ListView when clicking the letters on the right. Much like this: I can't seem...
View ArticleSlider inside a ScrollView
Hello everyone, I have a StackLayout with a ScrollView inside, and inside the ScrollView there is a Slider. I am unable to drag the Slider. I can click along its path to change it's value, but I can't...
View ArticleCan we tell if a modal is showing?
When using Navigation.PushModalAsync, can we programmatically determine if a modal is showing or not? PopModal causes an error if no modal exists.
View ArticleAre commercial posts permitted?
I don't want to break any rules, but I will have a need to employ the services of some Xamarin experts in different OSs shortly, and wondered if it was permitted to make such posts here, or if there...
View ArticleIssue with Grid sizing
Hi, I'm having issues with the Sizing of a Grid. It is inside a ContentView and is set to expand horizontally, so the expectation is that it will fill the view, which it does. Then if I add 2 children...
View ArticleCross-platform video playback
I'd like to find a sane solution to playing video in my Xamarin Forms app. What's a good approach to doing this cross platform? Preferably I'd like to field a mini player within a Forms navigation...
View ArticleHow to set a grid element to a particular row and column when using code behind?
I want to create a Label and assign it to row 0, column 1 of the grid. How can I do it in the code behind?
View ArticleGetting ready to submit app using Xamarin.Forms to Apple App store..
Hello all, My app is almost done and I am getting ready to submit it to the App store (pending two issues I have with Xamarin support: 1) Crash in release mode only on devices and 2) sometimes (~5/20...
View ArticleForms application will not run against iOS7
I am having problems with an empty application. I have simply created a new "Xamarin.Forms Shared" application in Visual Studio, compiled it and run it against the "iPhone 4S iOS 7.0" emulator and it...
View Articlexamarin.forms android has similar controls it in the tablelayout?
I want to achieve the effect of a table , as follows: image1 image2 image3 xx1 xx2 xx3 image4 image5 image6 xx4 xx5 xx6 .....
View Article