Hide day in DatePicker
Hi, is there a way to hide the day field in a DatePicker? I tried using different values for the Format property but it doesn't seem to have any effect.
View ArticleBindablePicker with on the fly updating
I have a great BindablePicker found on these forums below. However, it only works if the bound collection already contains its items at the time of binding. How can I modify this code so that adding...
View ArticleCan you have dynamic cell heights with either the ListView or TableView views?
Can you have dynamic cell heights with either the ListView or TableView views?
View ArticleUsage of Entry via binding: How to get notified if text is finally changed,...
I have an Entry control whose Text property is bound to my ViewModel. But the setter of the property in the ViewModel is called on each character change (equivalent to UpdateSourceTrigger =...
View ArticleApp crash immediatly at startup with 'Fatal signal 6 (SIGABRT)' error message
Hi everyone, I'm a new Xamarin Forms developper (about 2 month old) and I'm facing a big problem when I execute my Xamarin Forms Android application. I search on the Xamarin forum and on Google for a...
View ArticleChange Referenced Assembly (.dll) Name
Hello, I'm Having an issue using diferentes assemblies with the same names. I need to use both of them but cant because the namespace has the same name. I saw that a solution could be external alias...
View ArticleSignaturePad
Since upgrading to the latest and greatest SignaturePad is no longer compatible, are there any other solutions or is there a plan to bring SignaturePad into the newer version.
View ArticleXamarin.Forms.Labs - Checkboxes in ListView not working on Windows Phone 8?
This question was asked on stackoverflow (http://stackoverflow.com/questions/26596448/xamarin-forms-labs-checkboxes-in-listview-not-working-on-windows-phone-8) but never answered. The checkboxes show...
View ArticleDeployment failed. Architecture not supported.
Hi I am getting the below error while deploying.. The package does not support the device architecture (x86). You can change the supported architectures in the Android Build section of the Project...
View ArticleXamarin Forms for Mac Apps?
Some of the apps are really famous because of apps that are accessible on desktop, be it mac or windows or web, for example Telegram, Slack, Whatsapp. One downside of going completely native mobile...
View ArticleLongclick on Entry in ListView.Header crashes app
I found a bug in Xamarin.XForms for Android, which should be reproducable with the following code: public class TestEntry: ContentPage { public TestEntry() { Content = new StackLayout { Children = {...
View ArticleIs there an easy way to access a member property in a XAML code-behind file?
Hi, I've been doing lots of reading about binding in XAML, but I don't seem to be able to find an answer to what I would have thought was a very simple question. In the XAML markup, is there a...
View ArticleHow to change size of an image in code behind
I have a ContentPage defined in XAML where I want to change the size of an image via code behind later on. But setting the WidthRequest and HeightRequest does not change the size of the image. If I...
View ArticleIssue facing with PopupLayout provided with XLabs.Forms.Controls
My popup is coming up in both android and windows. But when I try to use it for IOS it is blocking all the click events of the layout here is my code. I am creating an instance PopupLayout _PopUpLayout...
View ArticleDynamic height when switching views
Right now I have two views with a couple of buttons below them. I only want 1 view visible at any given time. Based on what buttons the user presses I hide the views, and I want them to take up the...
View ArticleHow to customize the Android Action Bar to look like the iOS rendered...
Hi, I am using Xamarin.Forms to build my first cross platform app. My NavigationBar/ActionBar looks great on iOS and fits the design spec but not on Android. My main requirement is to have a centered...
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 ArticleHow to do multiselect in ListView?
Hi to all. Does the ListView support multiselection natively? I would like to implement this. Thanks.
View ArticleThe "XamlCTask" task failed unexpectedly.
Hello Team, I am facing this The "XamlCTask" task failed unexpectedly. problem after adding the xamarin.forms.maps package to my application. Waiting for your response.
View ArticleEquivalent to an app.config file
Hi, I am new to Xamarin development, and I was hoping someone can help. I am trying to create an Forms app that can read settings from something like an app.config. The basics of the app is that it is...
View Article