Updating a record in an OData service
I have access to an OData v3 service. I know about a particular data table named “Persons” in the service and I have the URI ending with “Persons” to access that table. I know that this table contains...
View ArticleCarouselPage - Issues with opening at a specific page
Hi all - I'm currently trying to implement a simple CarouselPage where users can swipe left and right to navigate a collection of images. This works fine. However, I want the user to be able to pick a...
View ArticleListView -> Scroll to top
Hi, I have a long list being rendered by the ListView control and I've noticed that Xamarin.Forms framework does not support the behavior when tapping the time element in the status bar to scroll to...
View ArticleNew issue after upgrading everything for the ios9 packages
Where do I begin to resolve this new error when building my PCL after upgrading to all things new in the world of Xamarin. Error 15 Unable to copy file...
View ArticleApp crashes when I change parentPage.IsPresented on master detail page on...
My app is crashing with a SIGSEGV when I change the IsPresented on a master/detail page. It appears only to affect iPads running iOS9. Menu opens and closes like expected with swipes. Xamarin Studio...
View ArticleApp crashes when I change parentPage.IsPresented on master detail page on...
My app is crashing with a SIGSEGV when I change the IsPresented on a master/detail page. It appears only to affect iPads running iOS9. Menu opens and closes like expected with swipes. Xamarin Studio...
View ArticleRemoving "oldest" item form Listview dataSource make it scroll to the bottom
Hi, I want to make an "infinit listveiw" by adding and removing items from the itemsource as the user scroll the list. Adding items when the user scroll the bottom of the list works fine using...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleBinding to two contexts in one Button causes unexpected behavior
When I bind my IsEnabled property on my button the behavior works as expected. The Command property binding also works as expected. But, if I bind to both at the same time the IsEnabled is not...
View ArticleException cultureInfo
Xamarin.Forms 1.5 Xamarin.iOS 9 Using http://developer.xamarin.com/guides/cross-platform/xamarin-forms/localization/#iOS_Application_Project public System.Globalization.CultureInfo...
View ArticleCustomising the UIViewController for PageRenderer on iOS 8 to Rotate/Prevent...
Hello comrades, I'm working on a project, which initially had the requirement of being Portrait-only. That was fine, I had simply set it to only support Portrait on iOS project settings. Now the...
View ArticleExtending WCF Compact / Custom Headers
Sorry this is a bit of a repost of a question I have previously had answered, however the answer doesn't quite fit what I need so have reworded. I'm developing an app which will be deployed across...
View ArticleSetting the back button color in NavigatePage
I've had to set the color of the background in my NavigatePage object to white (long story, don't ask why). I've set the text to black. Unfortunately, at least in android, the back arrow is still...
View ArticleXamarin.form SearchBar Control
Hi, I selected numeric key pad to enter value. After selecting numeric key keyboard automatically switching back to alphabet. I am not able to type numeric value continuously. It is working in iOS. Not...
View ArticleChange the color of the line between the header and the items in a Forms...
Hi! I'm trying to figure out how to change the color of the line between the header and the items in a ListView? Specifically for iOS at the moment, but still in Forms. XAML and screenshot below....
View ArticleSignature Pad for Xamarin.Forms
https://nuget.org/packages/Acr.XamForms.SignaturePad/ https://github.com/aritchie/acr-xamarin-forms
View ArticlePicker & Date Picker Controls in Xlabs Popup Layout
Dear All, As i am working on sample Xamarin Forms application to support Multiple platforms (Android,iOS and WP) with out MVVM Pattern work around. One of my scenario is to Get the user information...
View ArticleTableView.SeparatorVisibility?
Hey, so ListView got some love with SeparatorVisibility ... Any way TableView can get the same amount of love?
View ArticleHow to do xamarin.forms custom loading gif activity indicator?
Rotation Image in place of activity indicator.
View ArticleHow to refresh page from view model after navigating to it via PopAsync
We are currently testing Xamarin.Forms as an app development platform in our company. While trying to port our desktop app to Xamarin.Forms we encountered an issue. It seems that X.F is not updating...
View Article