Trouble with Navigation Bar in MasterDetail Page
Hi I'm having trouble with the MasterDetail Navigation on the detail page. I would ultimately like to hide the navigation bar so that I can create a very custom look and feel I have tried adding...
View ArticleHow to get ViewRenderer for a ViewCell
I Have the following Control: public class FooViewCell : ViewCell And the Renderer: public class FooViewCellRenderer : ViewCellRenderer { public override System.Windows.DataTemplate GetTemplate(Cell...
View ArticleIssues on dynamic custom cell of ListView in Xamarin.Forms
I'm developing code snippet that uses 3 different custom cells in ListView. When I open the page that contains listview, everything is fine but after tapping button that changes the...
View ArticleCan data binding to a list of dictionary?
Say I have data like this: So this is a list of lists of dictionary that have name and age, in xamarin.form I create a list view which itemsource is the whole thing, so each cell has itemsource like: {...
View Article"Ionic View" equivalent for Xamarin Forms
Hey, I have used Ionic before and one of their recently great features is the Ionic View which allows you to quickly upload, deploy and share your apps with other people without without having to worry...
View ArticleDeploying XF Android app to Galaxy tablet from VS2013
The only documentation references XS. Is there any step by step documentation on deploying an Android app to an actual device from Visual Studio?
View ArticleXamarin Forms and Azure Media Player on Mobile
Has anyone used Xamarin Forms with Azure Media Player to deliver adaptive streaming videos to a mobile IOS/Android client? http://azure.microsoft.com/en-us/services/media-services/media-player/ We are...
View ArticleXamSVG
Hi folks, I'm trying to follow the instructions to use XamSVG in my app from here: http://components.xamarin.com/gettingstarted/xamsvg The instructions assume that a Xamarin Forms app always has an...
View ArticleCharts For Xamarin Forms
Are there any Chart Plugin available for Xamarin forms ? Charts:- Line;Bar;Pie Or how to achieve it?
View ArticleNavigationStack is doubling pages
Strange situation that, after searching, I haven't found anyone else running into. I have a tabbed page as my main, and when I navigate out using Navigation.PushAsync() I end up with two copies of the...
View ArticleCan't add System.Timers as an assembly reference for CarouselLayout?
I'm trying to use CarouselLayout from this source but when I copy some of the code into my Xamarin.Forms project, I can't seem to get a reference to System.Timers that's needed in CarouselLayout...
View ArticleLabel background color
Can anyone explain to me please why the iOS renderer for Label overrides the default SetBackgroundColor method? The default method sets the BackgroundColor of the Control property (in iOS this would be...
View ArticleHow to avoid cached page image being displayed on iOS when navigate back to a...
In particular scenarios, when the user hits the back button to navigate back to the previous page, I want to update that page before it is displayed. On Windows, WinPhone and Android this works fine,...
View ArticleHas anybody solved running on Windows 10 release?
My app runs happily on Windows 8.1 and on a preview build of Windows 10, but on the release build of Windows 10, the XF Application constructor throws the following exception. Has anybody else...
View ArticleHow to make .Forms stable…?
Unfortunately, I don’t think (but hope) that this posting will change things, but I have to write it (the hope dies last). Today (2015-05-19), I personally have 25 filled bugs in Bugzilla 11 of the 25...
View ArticleListView does not resize when Image loads from URL WP8.1
Hi, I'm loading images from web url, so when i use the Image component in a ListView, WindowsPhone 8.1 doesn't resize the list. Hence, if the list contains text, the image overlaps it, and if the list...
View ArticleHow to assign all properties of object to another object in Xaml??
How to assign all properties of object to another object in Xaml??
View ArticleXamarin.Forms.Labs FileNotFoundException error in xaml
hello! I'm trying to use ExtendedViewCell control in my listview to hide the separation bar. I added the Xamarin.Forms.Labs (Core) package with nuget. But in my xaml it throws the FileNotFoundException...
View ArticleApp Suspended after Async Call
Hi. I am using MS Http Client in Xamarin Forms App. If I call any async method from my ViewModel (for example HttpClient.GetAsync()) before page view all working good. But if I same call after Page...
View ArticleHow to exit out of app ???
Hi, i am trying to write exit functionality at some certain page for that i have got a solution i.e--- system.diagnostics.Process.GetCurrentProcess().Closewindow(). but here in my PCL project am unable...
View Article