Touch event in ViewCell using xaml
How can I detect the touch in an item of my list while displaying it using a viewCell? When using an ImagenCell I wrote something like this <ImageCell Text ="{Binding Text}" Detail ="{Binding...
View ArticleHow to fit all controls on screen?
Hi everyone, I have the following layout: <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"...
View ArticleReusing form pages?
I'm trying to re-use a Xamarin.Forms.Page with the hope that it retains its state a little better after configuration changes (screen rotation etc). However, I'm getting the following exception:...
View ArticleDivider color Listview
Can i change the color of divider/line between listview item? I set light background and I don't see the divider
View ArticleCan i use the designer to create once a design and use it on iOS and android?
Hi, can i use the designer to create once a design and use it on iOS and android? Or must/should i create on each platform the design.... ? http://xamarin.com/#design Thank you for the Feedback MoPhat
View ArticleTesting with Xamarin Forms
Is there a preferred (or workable?) way to set up unit tests for a Xamarin Forms application?
View ArticleHeight BindableProperty on VisualElement Readonly
I know there are probably layout/measurement reasons for why the Height property is only read-only bindable. But why isn't the HeightRequest a BindableProperty? To me the equivalent in WPF is...
View ArticleSystem.ArgumentNullException: Argument cannot be null (Parameter name: page)
This code just works on iOS public TimelineView () { if (!App.ParseLogin.IsAuthenticated ()) { this.Navigation.PushModalAsync (new NavigationPage(new SignUpPage())); } BindingContext = new...
View ArticleNavigation problem. Solved
Hi. I have a problem I am using Xamarin.Forms and I don't know how to make a navigation to app previews View when I click a button (is item select); To navigate to a specific page I user...
View ArticleXamarin Forms iPad Retina Simulators
I've been working on a app using VS2013/Xamarin Forms. Running on debug the app works fine in all Android Simulators; and iPad iOS 7.1 and all iPhone Retina 7.1 Simulators. However, running it on iPad...
View ArticleProblems with ScrollView in Xamarin Forms iOS
I dont know what i doing wrong. But i cant scroll down or up in a ScrollView on iOS. I run the ScrollViewDemoPage but just works on Android.
View ArticleTableView scrolling gets stuck on sections
I have a tableview with 3 sections and if you to a swipe to scroll it stops at the end of the current section and then you have to swipe again to continue. Its annoying as the sections aren't very big....
View ArticleSegmented control
Hi all Just wanted to know if anyone has successfully created a custom renderer to achieve a segmented control in xamarin forms? I'm not even sure where to begin or what renderer to derive from....
View ArticleEvent when Master of MasterDetailPage is presented?
Is there any event raised when the Master of a MasterDetailPage is presented? Like, say, if I wanted to turn off the status bar on iOS when the navigation drawer is opened and turn it back on when it's...
View ArticleTableView and Cells
I am using the TableView for some form based views. Pretty straight forward but I came across some issues : When deleting from a TableSection a row the TableView doesn't autorefresh. Is there a way to...
View ArticleEditor control: Wrong behavior on Windows Phone
The Editor control on Windows Phone changes its background color from black to white depending on focus (Unfocused=black, Focused:White) this makes the text unreadable when unfocused. Any...
View ArticleIs there a way to explicitly clear the cache used by the UriImageSource?
Our app has a requirement to clear cached images only when the user logs out, but I don't see a way to do it without "cheating" and explicitly accessing the "ImageLoaderCache" folder in...
View ArticleSuggestions for doodling app using Xamarin.Forms
I've got a doodling app that uses a background that looks like a piece of lined paper. After poking around for a bit in Xamarain.Forms I haven't found a way to create the lined paper--will I need a...
View ArticleHow To Consume SOAP in Xamarin.Forms PCL
I couldn't figure out how to add Web Reference a non-WCF web service to my PCL Forms project. Imagine you have a SOAP service and relevant WSDL. How would you consume it with your PCL project?
View ArticleTest forms application with tabbed page and navigation pages
Hi There, Does anyone have a working example for me with the folowing elements: main tabbed page; 2 nagivation pages; page1 has 2 toolbar buttons; page2 has 1 toolbar item and a listview; page3 has no...
View Article