Does anyone have a Check box or Radio Button control?
I know both of these currently aren't supported by Xamarin.Forms. But I was wondering if anyone had created a custom Checkbox and radiobutton? I'd imagine it is pretty simple as these controls already...
View ArticleListView Height
Hi All, I want to take a listview in a content page. In such a way the listview height will be 85% of height of the content page. the height will be same for all devices means 85% of height of ipad and...
View ArticleNewbie question: Using images rather then imagesource for XLAB image buttons
I'm trying to load an SVG (vertor graphics) image into an XLabs image button. The only method/property that seems to be available for loading button images is the "Source" property which requires...
View ArticleSimple Custom Renderer of Searchbar - Android
I have a Searchar Control. On my Galaxy s4 it's with a grey background color. On the nexus it has a white background color. Do I need a custom renderer? For now I have: public class StyledSearchbar :...
View ArticleMaps in Xamarin forms
Hi all, I have a few questions about maps in forms, all of these things I know how to do in the normal unified way, just wondering how possible they are in maps for forms. Event for location changes, I...
View ArticleHow to get binding property in ViewCell
I know in ViewCell you can bind value to a View's property like: var lbl1 = new Label(); lbl1.setBinding(Label.TextProperty, "value_from_binding_setup_in_listvew"); But is there a way to get the string...
View ArticleHow to programatically exit your program and not have it as a background...
https://forums.xamarin.com/discussion/18156/how-to-close-my-app? Very confused by the Dependency Service example at the present time. Isn't there a simple code recipe example to KillProcess to kill the...
View ArticleAdditional Content in a custom Xamarin.Forms Control (XAML)
If a custom control is created with content, is there any way to specify additional content: (Example here StatusView is a ContentView with a Grid for its Content) I would like to take whatever...
View ArticleHow apply custom theme ?
How to apply custom themes which automatically set the text color according to the themes which I applied ?
View ArticleFlip An Image
Has anyone figured out a way to flip in Image in Xamarin Forms? Not rotate it - I use that for something else - but to flip it on the vertical axis? It does not appear that Xamarin supports the...
View ArticleExceeded Retry Count of 10
I have updated to the latest Xamarin.Forms. I am using Visual Studio 2013. Since I updated to the latest Xamarin for Visual Studio this morning, I am getting these issues all of the time in Windows...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleHow do use setters in App.xaml to bind values to a custom class?
I have a custom class with custom properties that need to be retrieved. This works in the app.xaml: <cols:List x:Key="SchemaModifications" x:TypeArguments="SAL:SchemaModification">...
View ArticleSlide out menu (MasterDetail) With snap of old activity / resize
Hi. I really cant figure this one out - but hope there is a solution where i can use the MasterDetail approach, since it seems rather well build/smart. As seen on the attached image, i would like the...
View ArticleHow best to implement error handling and timeout on WebView when loading a page?
I make use of WebView within my app. It seems to be a bit short on error handling and timeout handling, which occasionally results in, well... nothing - just a blank view. How can I: (1) get a status...
View ArticleHelp in put two different Orientation in same xaml in two platform
Hello, i have a problem and hope you can help me I want to put Android in StackLayout Orientation: Horizontal and iOS Orientation: Vertical . How I do this? Here is the example of what I have now:...
View Articlefailed to deploy application on the target device please try to rebuild the...
I have an iPhone 4s that I have already configured for debugging and have deployed my application to many times. However, after the iOS update to 9.0, i get. "failed to deploy application on the target...
View ArticleListview Incremental Loading and Pull to Refresh
Is there a way to implement incremental loading (loading on scroll) and pull to refresh using the Xamarin.Forms Listview?
View ArticleNo Valid iOS keychain when using iPhoneSimulator?
I am attempting to run an example program to learn how to do some complex MVVM proceedures, but when I try to run the application on my iPhoneSimulator I get the following error: Severity Code...
View ArticleNot showing ListView
Someone have any idea why the ListView is not showing in this code (MasterDetail Page) ? Any other component is working perfectly. <?xml version="1.0" encoding="utf-8" ?>...
View Article