How to read a bindable property from a custom renderer
I can get simple literal binding to work without a bindable property defined on my control ... but am having no luck with setting a bindable property and / or specifying more complex binding in the...
View Articlethe background of BoxView in Listview is gone when the cell is selected
I got some boxview inside a view cell is listview, they looks ok. However,when the cell is selected all of background of those boxview are gone. Can we keep those background color even the cell is...
View ArticleThe app is running slow in andorid
I built a xamarin app which is running fine in iOS. That is quite smooth. However, after I ported Android, that is very slow, specially, I use Navigation.PushAsync(new Page()); I tried to link all...
View ArticleHow to get selected row id value in XFGRid
Hi, I need code to get selected row id value from lable which is located inside the XFGrid. I used below code <ig:XFGrid x:Name="grid"> <ig:ListAdapter x:Name="adapter"...
View ArticleOnElementPropertyChanged only fires once
I have this bindable property for my custom renderer , when I change the property for the first time OnElementPropertyChanged in custom renderer gets fired but on next change it doesn't fire. any idea...
View ArticleRelative binding in C#?
Hi to all. I am implementing a custom **ViewCell **in code, and I want to bind the Command property of a button inside the ViewCell to a command in my ViewModel. In XAML, I can do it: <Button...
View ArticleUnable to view the info.plist after updating the visual studio for xamarin
Hi i recently updated my Xamarin with 3.7.203 and i am having problem viewing the iOS Application in the Properties.. It says.. An error occurred trying to load the page. Unable to create the designer....
View ArticleCustom TabbedRenderer to set tab text color on Android
I found an iOS render: http://forums.xamarin.com/discussion/17811/tabbedpage-tabbar-background-color-tint but I can't seem to find a similar Android rendered to set to set the tab text color. I found a...
View ArticleXamarin forms Listview selected item background color
just don't know how to fix it in cross platofrom renderer way, I've tried to over paint it from code, but no results, there is that blue line between list items and I don't know how to fix, if anybody...
View Articleis it possible Horizontal List and OnClick Event in xamarin forms
Hai Everyone I have a requirement in Xamarin forms, The images should show in Horizontal list and when i click on any image the same image should display there itself as shown in below picture.
View Article"Xam.PCL - Settings Plugin" gives error in test project
I have recently added the Xam.Plugins.Settings to my Xamarin forms project and it is working fine - but it is now failing my unit tests. My unit test are agains ta PCL library but it gives the...
View ArticleXamarin.Forms 1.4.3 Released
Please make sure you update to the latest version of Xamarin when using this release. Enhancements Android ActivityIndicator Color property now works for Android 5.0+ WinPhone 8.0 ActivityIndicator...
View ArticleXamarin.Forms App perfect on iOS but on Android the UI performs badly
Hi There! I currently have a project built with Xamarin.Forms, iOS is using 1.3.4.6332, and Android is using 1.3.4.6332. Both are using a UI driven from a shared project with an App class. The iOS...
View ArticleAutoscroll keyboard in iOS problem
My code have worked find in Xamarin.iOS. But now i apply Xamarin.Forms into my project, it do not work correct. My code worked fine when i call Page by PushAsync ```Navigation.PushAsync (new MyPage (),...
View ArticleHow to show Confirmation Alert dialog before popping a Page in Xamarin.Forms ?
I am developing a cross platform application using Xamarin.Forms. I have two pages page1 and page2. When moving from page2 to page1, using Navigation.PopAsync, I need to show an alert dialog to let the...
View ArticleFile Upload Control not working in web view
Hi, I am loading my HTML web page into Xamarin Forms Web View control. In the HTML web page there is one File Upload Control for Image upload. Here The Upload control is not working in Mobile. Thanks
View ArticleHow To Store User Session To Stay Logged In
Hi everyone. How can i store the user session data to stay logged in? Thanks!
View ArticleXamarin Forms and Estimote SDK?
Hi, I'm planning to develop a simple/basic iOs and android app using the estimote iBeacon android and iOs SDKs: https://components.xamarin.com/view/estimotesdk...
View ArticleVisibility for cell based items
Hi all, Just starting to take a look at the Xamarin.Forms documentation to understand the possibilities provided by this new assembly. Does anyone know if it is possible to manage the visibility of a...
View ArticleContribute to the Xamarin Forms Toolkit
Hi, i just started a open source project with the aim to fill the gap for some missing controls on Xamarin Forms, as well as providing to the community helpers/services to help cross platform...
View Article