Dismiss keyboard
How can I dismiss the keyboard on an entry field when the completed event is fired ? Regards
View ArticleHowto: add a "Log out" button to a Tab bar?
Hi, how can I add a "Log out" button to my Tab bar at the top right corner?
View ArticleShared Images In Shared Project
Hi all, I'm using the new Xamarin.forms and I'm building my view but I want to add an image to it. I want to store all of my images in the same shared library, so I've created a folder called "Images"...
View ArticleCustom renderer for Grid
Hi All, What Renderer should I use to customize Grid layout? Best, Tomasz
View ArticleBest way to do Excel style tables
I need to make Excel style tables and i'm wondering what the best way to handle that is. I'm guessing that doing a list view with grids would work or a stacklayout with grids, but I wanted to see if...
View ArticleProblem with Android Deployment on Xamarin Forms project
I am using visual studio and I am experimenting on xamarin forms. The problem is that Device selection for android remains disabled on this kind of projects. (Works as supposed in a simple android...
View ArticleMultiple Entries in Application Bar (WP8)
Hi, We are developing a cross platform app (starting WP8). When using ToolBarItems to add settings to ApplicationBar on WP8, the secondary items appear multiple (random times) as the following image...
View ArticleLoading Custom Renderer from Library
So I have been working on a custom renderer to put into a NuGet package. However, I've discovered that in my Windows Phone and iOS apps it just defaults to Xamarin provided renderer. When I load the...
View ArticleGetting "application references xf" warnings on new project
Started a new Forms-project some days ago, and I have quite some warnings about Warning 21 Application references a .NET FX assembly...
View ArticleXamarin.Forms 1.2.2 Released
Here are the changes, thank you all for everyone who beta tested in the pre-release channel! Just a friendly reminder, you can find out bugzilla here:...
View ArticleExample for using GeoLocation in Xamarin ?
Hello Xamariners, where can I find an example for using GeoLocation with Xamarin.Forms ? I use Maps and it works great, but it doesn't have a "current location" and as far as I understand I have to use...
View ArticleWhat is the proper way to create a custom control inheriting Form.View
What is the proper way to create a custom control that does not extend a currently implemented controls and instead extends Xamarin.Form.View. I need to create a custom animated check box control. and...
View ArticleSomething like Objective-C's "delegate" in C#? (XAMARIN.FORMS)
I really enjoyed using Objective-C's delegation in XCode, is there any equivalent in C#? I would really like the Page to "know" when one of many buttons inside of each of its listviewcells are touched....
View ArticleIs there an acceptable approach to changing navigation "Back" behavior?
We have a situation where a TabbedPage is nested inside a NavigationPage. When a user is on Tab1, toggles to Tab2, and then presses the "Back" button (either platform), the TabbedPage is removed from...
View ArticleForms XAML Styling
Is it possible to create styles (such as a styled button) that can be used in different pages in Xamarin Forms, like as how styling works in Android?
View ArticleForms XAML Styling
Is it possible to create styles (such as a styled button) that can be used in different pages in Xamarin Forms, like as how styling works in Android?
View ArticleLabel + ScrollView wrong display in Xamarin.Forms 1.2.2
ref link : http://forums.xamarin.com/discussion/comment/73099#Comment_73099 the code following display different in Xamarin.Forms old version and 1.2.2 var stringLRC = "..."; //very very long, Lyric....
View ArticleNavigation among XAML Pages PCL
Hi everyone, I am developing a cross platfom mobile app using Portable Class Libraries (PCL). So far I have two XAML pages, lets call them pageone and pagetwo. In pageone I have a button and I want to...
View Articleforms to native communication : i.e. data, event, object transfer
Decide page-by-page. Xamarin.Forms is great for forms-based screens, and you can mix Xamarin.Forms with the full power of Xamarin.iOS and Xamarin.Android in the same app. For example, use...
View ArticleHow to get TranslateTo to work on Android
I have a label moving on iOS, but it does nothing on Android. Anyone have any luck getting TranslateTo to work on Android?
View Article