How to properly deselect ListView item on iOS?
I tried to deselect ListView item by setting SelectedItem = null. When I did that list item is deselected. However, the ListView keep scrolling to the top of the list. Is there a better way to deselect...
View ArticleHow are you guys doing custom fonts for labels in v1.3?
v1.3 broke the custom label renderer I was using in iOS when Label.Font was deprecated. I realize you can do custom fonts in iOS without a custom renderer, but Android requires it, so I had a renderer...
View ArticleRoundedBoxView from Custom Renderer video no longer working
I am using the RoundedBoxView custom renderer that was shown in the Xamarin University: Custom Renderers in Xamarin.Forms video, but it no longer seems to work completely. The stroke etc works, but the...
View ArticleRoundedBoxView from Custom Renderer video no longer working
I am using the RoundedBoxView custom renderer that was shown in the Xamarin University: Custom Renderers in Xamarin.Forms video, but it no longer seems to work completely. The stroke etc works, but the...
View Articlerefresh/redraw page elements?
Hey is there a way to force a refresh/redraw of the page elements? Or the page itself? We are having the issue that our custom surface gets rendererd once, but after coming back to the page the old...
View ArticleCab I make something like a usercontrol for all plattforms?
Let's say I want a list that shall look the same on all platforms. Can I create one using Forms and add it to e.g. To am activity? Thanks for your help
View Articlebinding using multiple contexts?
let's take the example from xamarin http://iosapi.xamarin.com/?link=T:Xamarin.Forms.MasterDetailPage and masterdatail page damo from there...
View ArticleDetecting Gestures on XF Map Objects
I am not able to see gestures when applied to XF Map objects ( although they work fine with Images, Frame etc. ) . I am using XF and Maps v1.3.1. Here is the Xaml I am using - anyone else get this to...
View ArticleCustom control not showing up in iOS
(This is a beginner question on Xamarin.Forms - it´s my first attempt creating a custom control :-) I am trying to create a Xamarin.Forms control for OxyPlot using the Customizing Controls for Each...
View Articlehow to make photo gallery in xamarin.forms?
i want to make photo gallery in xamarin.forms in which i show collection of pics.
View Articlehow to make photo gallery?
i want to make photo gallery in xamarin.forms in which i show collection of pics.
View ArticleLaunching Maps App Geocode type
I found the article below that shows how to launch the native maps app for different phones. It mentions the type Geocode, but I don't know where that comes from and it's throwing an error for me....
View ArticleMonkey.Robotics
I am trying to add Monkey.Robotics beta (component) in my application for connection with BLE device but I am unable to add the Monkey.Robotic component . It is showing error Can anyone help ?
View ArticleShowing items of list (Listview) in textbox
Is there any way to show the scanned list of Bluetooth devices in text box ? Is there any way to store the scanned Bluetooth devices in an Array ??
View ArticleRoundedBoxView custom renderer from Xamarin University video no longer working
I made the RoundedBoxView that was in the Xamarin University: Custom Renderers in Xamarin.Forms video. It was working before, but it seems to no longer work (at least for iOS). The stroke thickness and...
View Article'jobject' must not be IntPtr.Zero. Parameter name: jobject
How fix bug : System.ArgumentException'jobject' must not be IntPtr.Zero. Parameter name: jobject Android.Runtime.JNIEnv.CallVoidMethod(intptr,intptr,Android.Runtime.JValue[])...
View ArticleError while adding nuGet packages
I get the error "unable to connect to remote server" when i try to add a nuGet package in Xamarin studio. Is this an issue at the backend? (I use xamarin 5.7.2)
View Article