SeparatorColor and SeparatorVisibility dont work on Android.
I need to delete the separator in a ListView. I ve tried with the SeparatorColor and SeparatorVisibility properties. I also tried with the custom renderer...
View ArticleNeed to change Status Bar color change
Hi, I have set Light Content in status bar style in Info.plist. The status bar color is changed on launch screen. But It's not changing in my xaml pages. Here I have to change the status bar color in...
View ArticleHow to show Bread Crumb in every page.
I want to show the bread crumb as like in attachment. Please suggest me the way
View ArticleKeeping the current zoom level forms.maps
I'm using Forms.maps top show the users locations while tracking on a map, everything's working fine except that I would like to keep the user's current "zoom level" when I'm in the handler. The...
View ArticleCan Scroll view indicate if content is cut off?
I have a screen with a scroll view (that has many input items) and a save button. Depending on screen size, and item alignment it is possible to not realize that items are off the bottom of the screen....
View ArticleMaster Detail Page on the right side using Xamarin.Forms
Try to create custom page with behavior similar to existing master detail page, with only one difference - opening from right side. Custom class has two properties: Content and Menu - both Page type....
View ArticleCould not generate Release build
Hi, I could not generate release build for my xamarin.forms android app. I am getting following error, can some one help me out with this ? C:\Program Files...
View ArticleProfile 259 Not found
I have installed xamarin studio and xamarin support files for visual studio, but i'm not able to find profile259 in Profiles folder. Can any one how to install profile 259 alone i have tired repairing...
View ArticleListView: Get index of selected item?
Hi When an item is selected in a listview I need the selected rows position. Is there an easy way to achieve this? Thanks
View ArticleChanging Font Size in Picker Control popup using Custom Renderer
Hi I have created a custom renderer for the Picker and I can change the background colour of the picker popup if I wanted to but I cannot find a way to change the font size for the popup items. I need...
View ArticleDevice.Idiom == TargetIdiom.Tablet is true with Nexus 7 TAB.
How can I solve it, Any help? Thank you
View ArticleContentPage can contains both Image and TabbedPage?
I need a page that contains an image and below a TabbePage. I know is not possible to put a tabbed page into a content page. How Can I solve it? Thanks
View ArticleWinRT 8.1 crash on Init(e) on Xamarin.Forms 1.5.*
Hi. I have used Xamarin.Forms on Android, WP8.0 and WinRT8.1 When I upgraded Xamarin.Forms from 1.4 to 1.5 WinRTstop working. I got this error when calling Xamarin.Forms.Forms.Init(e): Error HRESULT...
View ArticleRelativeLayout Children alignment
Hello. I have a problem with centering elements in RelativeLayout. I want My StackLayout with 3 Labels in in to be centered horizontally and vertically. For achieving this I'm trying to do something...
View ArticleLocalization on Android via TodoLocalized example not working
Someone succeeded to work successfully with the sample code "TodoLocalized" on Android? here: https://developer.xamarin.com/samples/xamarin-forms/TodoLocalized/ it's working on ios , but on Android no...
View ArticleAdvanced RelativeLayout Constraints in XAML
Is it possible (IN XAML) to establish the position of an element depending on the position of a second object and the height of the Parent? The conceptual formula would be this: PrimaryObject.X = (...
View ArticleDocumentation for Namespaces Below Xamarin.Forms
Looking at the API Documentation for Xamarin.Forms, I see the following three namespaces: Xamarin.Forms.Core Xamarin.Forms.Maps Xamarin.Forms.Xaml I can't find the documentation for classes that are in...
View ArticleHas anyone figured out how to play sound in Xamarin forms? Preferably Android?
I am looking to make an app that uses sounds, but Xamarin.Forms does not have support for sound, and I tried using the tutorial for the media player in Xamarin.Android, but it seems google changed the...
View ArticleView Model instantiating multiple times
Hi, I have read that this problem had been fixed but I am experiencing it with Forms.xaml v1.4. Here is my setup: the view model is referenced in the view xaml like so BindingContext="{Binding...
View ArticleXamarin.Forms and local notification
Hi, I'm new to Xamarin, and interested to understand for a Xamarin.Forms application using PCL, if local notifications can be implemented in the PCL or is it a device specific function? And if there is...
View Article