Font loading error based on platform
Hi, I'm trying to follow the same code as found under Working With Fonts. Original: label.Font = Device.OnPlatform( iOS: Font.OfSize ("MarkerFelt-Thin", NamedSize.Medium), Android: Font.OfSize ("Droid...
View ArticleSmall Bugs and Glitches in Testing with Forms
Just a few small things I've noticed working with an nUnit Test project in my Xamarin Forms solution... 1) If I create a test and click on Run Item , I get a pop up window that says "An application is...
View ArticleImplement custom list views more requests
Hi All At the moment I'm trying to implement a custom listview renderer I've skipped some of the internal classes and completely implemented my own sources. I do have another suggestion in regards to...
View ArticleIs it possible to check if user is interacting with the application ?
Hi, I have a requirement like i need to move to login screen if user is inactive for 30min. I browsed throw few codes and found out that UIApplication has an overridden method called 'SendEvent'. But...
View ArticlePicker Xaml Binding Property name?
Hi All, Listview View's Xaml binding property is ItemsSource I known well. Likewise what is the Binding property name for Picker view to add a list collection in Xaml? Thanks in advance.
View ArticleCSS Sprite equivalent in c# to map images in a sprite
Hi, Is there an equivalent of CSS Sprite map for a image in C#? I have 20 images of same size, in a folder. Instead of loading each of them, I create a sprite and load one image, and create a image...
View ArticleSpacing Label
Hi, I would like how do spacing or paddinb by label and how do border by listview. Thanks
View ArticleUsing Font : System.TypeLoadException
Hi all, I am working on Android with Xamarin Forms. Everything works great except when I add "Font = Font.SystemFontOfSize(NamedSize.Large)" to a Label or a Button. When the page is loaded on the...
View ArticleVisual Studio and Xamarin Studio templates need an update.
There are currently a large number of users posting the same issues that revolve around bugs in v1.0 of Xamarin Forms. Many of these bugs have been squished in the current stable release, but as of...
View ArticleWhat's the best way to change font sizes/colors on tabs?
In using the TabbedPage, I'm noticing that the font size and color is awfully hard to read on a tab in iOS. I presume this is default for iOS, but it's a terrible default. What do I need to do to...
View ArticleResorting a ListView with touch
There would be a list of like items and the user could resort them by dragging them to their new location. Any thoughts on where to start with Xamarin.Forms?
View ArticleListView - 3 cells next to
Hi, I would like how do 3 cells (3 columns) next to each other in ListView. That is 1. column is gramm, 2. column is dish, 3. column is price. Thanks for answers
View ArticleZoom in ScrollView
Hi, How to enable zoom on a scrollview? i didn't find the Minimum and maximum scale properties in xamarin.forms, where as it is available in xamarin. help me anyone if you are aware of this. Thanks!
View ArticleDisplayActionSheet with more items(say 15) are not scrollable - Is there any...
Hi, I have DisplayActionSheet with 15 items. But only 9 items are shown and I am unable to scroll the list also. What's the maximum item limit for DisplayActionSheet?
View ArticleWhat is the best way of using SQLite in Xamarin.Forms?
I want to wite a cross-platform data access layer by SQLite. I couldn't open Todo sample, any other good sample for me? Thanks a lot.
View ArticleLink Error for Xamarin Forms in Release Mode
I have a Xamarin forms project that compiles, links and runs in debug mode but when I try to link in release I get the following error: Xamarin.Android.XamarinAndroidException: error XA2006: Reference...
View ArticlePushModalAsync no longer modal and crashes on Android
I'm using PushModalAsync to present my login page over top of my NavigationPage but after the latest update, not only does it not present modally (I still see the action bar) and after a few seconds it...
View ArticleImages on top of each other (in an ImageView?)
Hello, Is it possible to stack two images? I have a main image which shall be the lower one and a second image which I want to fade in on touch. At the moment I use a ImageView for the main image but...
View ArticleUITableView Custom Renderer with Forms Cells
Hello! I am currently trying to make a contact info type form using Xamarin Forms, although I realize for what I want (features such as editing mode), I would need custom renderers. I already have the...
View Articlehow to create UI faster ?
i create UI by coding var stack = new stacklayout{.......} var label = new label{...........} if i create a bigger project , it is horrible to build the UI by hand coding.... any visual designer tool...
View Article