TileLayout for List
Hi there, I couldnt find Tile Layout for List, is there any plans for it? or any other Option? Thanks
View ArticleCentered Fixed Marker on Xamarin.Forms.Maps
I'm trying to integrate a map on Xamarin.Forms that when opened, a fixed marker is placed on the center of the map. By fixed, I mean it does not move when the map is dragged and the marker itself is...
View Articlebrowse files and sync
Hi, can anyone please advise how to browse and select the files or documents from storage (either internal or external SD) in xamarin forms. my requirement is to collect the needed files list and to...
View ArticleXamarin.Forms Push Notifications
I'm currently trying to integrate Push Notifications on Xamarin.Forms in a PCL project but I have to implement it without using Microsoft Azure. Has anyone tried this or may someone guide me through...
View ArticleHow to Strikeout the Label in xamarin forms windows?
Hi, How to Strikeout the Label in xamarin forms windows? I want the label as follows for windows phone.
View ArticleXamarin Forms page custom renderer fails to cast ContainerElement as Canvas
As written in title.. When i try to make a platform specific rendering of a WP page, the ContainerElement gets cast to null - but its not really null - it contains lots of properties, but still i cant...
View ArticleListview Item Selected Highlight
Ciao I have two questions about selected item in a listview: 1- in a "grouped listview", if I tap a row, I don't have the row highlighted. I don't know why. 2- in a "non grouped listview", if I tap a...
View ArticlePlaceholder focus issue in xamarin.forms
Hello, I'm using editor control in my app, and to set a placeholder in it i'm using following code to show /hide place holder on focused and unfocused event. Focused += (object sender, FocusEventArgs...
View ArticleSelectedItem
Hi All, I have a listview that I displays a list of items. The items are coming from a database(webapi). When someone makes a selection, how do I get the value? I have googled but still can't seem to...
View ArticleXamarin.Forms.iOS Google Maps Error
I have this error with setting up the CameraPosition for the Google Maps for iOS. ERROR: System.Exception: Could not create an native instance of the type 'Google.Maps.CameraPosition': the native class...
View ArticleMajor bug in tablets with AppCompatActivity
I've reported this since 1.5.2 came out, and it's still the same issue at 2.0.0.6484 Basically, tablet landscape mode will not show toolbar buttons. Here is a picture in Portrait: You can see the...
View ArticleC++ DllImport in Xamarin.Forms
How can I import my C++ DLLs [DllImport] into a Xamarin.Forms such that the common methods can be pinvoke from iOS and Android apps.
View ArticleHiding data in a Forms element
I want the UI to maintain info about activities like, "The user has clicked this before" (set programatically). Html5 has a half-supported convention where you can stick arbitrary data in the DOM using...
View Article[XLabs 2.0.5713-pre4] MediaPicker causing System.MissingMethodException in...
Hey all- I'm running into an issue with the MediaPicker on Android. To preface it, I've tried the solutions at...
View ArticleProperties dictionary does not persist across restarts
At https://developer.xamarin.com/guides/xamarin-forms/working-with/app-lifecycle/#Persistence we're told that calling await Application.Current.SavePropertiesAsync() immediately after adding a key to...
View ArticleFix for Button Layout Bug on Android
If you've run into the same problems with layout on buttons that I have where when you either add other controls, or even just do things like set text on labels, and you're finding that the Button text...
View ArticleChange root page
Simple question - with Forms, is it possible to change the Root page? For example, my current root is a Login page. However, once the user has logged in, I need to change the root page to be a...
View ArticleHow to open camera embedded in a url inside a webview..
How to open camera embedded in a url inside a webview?
View ArticleXamarin.Forms Convert to Byte[] without losing Image Orientation
How can i convert Xamarin.Forms.Image to Byte Array without losing Image Orientation Info?
View Article