How do I make DatePicker look like a button OR Show Select Date Dialog using...
So I would like to have an "Add To Diary" button and allow the user to then select a date from a dialog to add an item to a diary. Now I can get aDate Picker Dialog using the DatePicker control, but...
View ArticleHow add CarouselPage into ListView?
How add CarouselPage into ListView? Do anybody have example? I try do it : <ListView ItemsSource="{Binding GroupItems}"> <ListView.ItemTemplate> <DataTemplate> <ViewCell>...
View ArticleHow to use CustomRenderer with CustomUIView
Could anyone give me some hint about how to use a iOS custom UIView like https://github.com/gshackles/JVFloatSharp in CustomRenderer. [assembly: ExportRenderer (typeof (JVFloatLabeledEntry), typeof...
View ArticlePlease help me, I appear to be a noob -_- -...
So I'm new to Xaramrin and I've picked up alot so far, but each time I debug my app and run it I get this error, I've tried google for a soultion but no luck so hopefully someone can help me. Home.cs...
View ArticleChange Anrdoid's Accent Color From Code
I've been searching around for this but can't seem to find it. Is there a way to change the accent color that is used for the TabbedPage's Selected Tab or the ListView's Selected Item from code at...
View ArticleHow to add image in navigation bar (Title bar) in xamarin.forms
Hi, How to add image in navigation bar (Title bar) in xamarin.forms?
View ArticleCommandParameter binding does not work
I am observing strange behavior when attempting to bind to a CommandParameter. Although the IsEnabled binding works fine, the CommandParameter binding results in a null argument being passed to my...
View ArticleHow to set masterpage icon when IsPresentedChanged property = true and false???
I want to set a masterpage icon when the master menu is popped out and and change it when master menu is popped in.
View ArticleApplication crash when setting SeparatorColor or SeparatorVisibility...
Hi, I have setup a xamarin forms listview with a view cell, but as soon as I set a SeparatorColor or SeparatorVisibilty property to the list view, the application crashes with unhandled exception. Can...
View ArticleTabbedPage background on Android with AppCompat
Hello everyone, i am trying to use Xamarin.Android.Support.v7.AppCompat in my new aplication and i saw many tutorials how to use this and i got it: values/style.xml <?xml version="1.0"...
View ArticleGet access to View Controller
Hi - I'm using Xamarin Forms and using Azure Mobile Services to Authenticate. During this process the MobileService.LoginAsync() method is called to authenticate. However I want it to pass a...
View ArticleUnable to scroll unless on a control
I currently have a scrollview with controls inside. However on Windows Phone when I try to scroll the page up and down, the scroll doesn't work unless I am touching a control inside that scroll view....
View ArticleStacklayout/ScrollView extremly slow in Windows Phone...?
Hi all I my app, I show (inter alia) an detail-page with a StackLayout in a ScrollView. The data are queried from a web-service. While the page is shown in about a second in iOS and Android, it takes...
View ArticleHow to right-align a view inside a list item?
Hi, I have a ListView with an ItemTemplate that contains a horizontal StackLayout that has a label and a Button. I want the label aligned to the left of the screen (works by default) and the button...
View Articlehow to acheive Rounded Button in Xamarin.forms?
I have a requirement of round button, to show notification badge in my app. I am currently doing it in a custom renderer, but unable to acheive. any help would be appreciated. button.SizeChanged += (s,...
View ArticleFile Upload Control not working in web view
Hi, I am loading my HTML web page into Xamarin Forms Web View control. In the HTML web page there is one File Upload Control for Image upload. Here The Upload control is not working in Mobile. Thanks
View ArticleAsync api call On startUp
Hi, We have the folllowing issue: When our app starts we want to do an async api call to get the logged in user. When de api call completes we store the user object in a static values class. But the...
View ArticleMail Attachments using smtpclient
Hello, I'm new to all this xamarin-things. I'm stuck on one pretty simple things. I can't send mail messages with photos attached to them. I'm writing Xamarin.Forms ios application. This is how I code...
View Articlefull-text searches (.epub files) in a cross-platform app ?
I'm looking into methods to index an .epub book (we'll have alot of them, but one at a time for the purpose of this question). The index file will travel with the book (.epub) to a users device when...
View Article