How to make Editor readonly?
Can anyone please tell me how to make Editor, non editable. I am trying to change Editor conditionally from read mode to edit mode & vice-verse. In read mode one should be able to scroll down...
View ArticleLanguage Support Example code
Hi , Anybody have sample code which will demonstrate the language support for single screen like if I select Hindi all the text and UI text should become Hindi text. In Windows platform.I tried to add...
View ArticleCalendarView
Am i the only one where Xamarin.Forms.Labs.CalendarView does nothing? I just see a blank region and cant get it working :-/
View ArticleCopy Paste HTML
Hi, I have new in Xamarin Forms, I need to implement Copy and Paste HTML template using xamarin Forms. In ios i have Done this implementation. but in android i did not have find any solution. In...
View ArticleLanguage support
I am trying to implement small concept language support in my application.I am getting following exceptions 1.When I try to create the resx file [Right click on project-->Add -->New...
View ArticleTabbedPage TabBar background color/tint
How would I accomplish tinting the tab bar of a TabbedPage in Xamarin.Forms? The TabbedPage doesn't seem to expose a property or method to set the tint directly. Every child page of my TabbedPage is a...
View ArticleWinPhone customizing of ViewCellRenderer - Example?
I have a FinancialCell which is a ViewCell. This cell has a number of labels in it. I am trying, in WinPhone to add a disclosure indicater in a custom renderer, but can't find any examples on how to...
View ArticleHow to repeat a local notification?
Hello everyone, is it possible to repeat a local notification for both Android and iOS ? For example every day at 13:00 pm? I am learning Xamarin.Forms, but I cannot find an example about this topic....
View ArticleRemove tinting from iOS TabBar
I have a TabBar at the bottom of my view that I dont want any tinting on. As od iOS 7, iOS automatically tints the icons blue and I dont want this to happen. I have tried writing a custom renderer but...
View ArticleHow can I cancel Geocoder.GetPositionsForAddressAsync() if it doesn't take a...
I find that the Geocoder calls can take a long time occasionally, so if the user leaves the page that is doing the geocoding before the geocoding is complete, I want to cancel the geocoding. I know...
View ArticleXamarin.form SearchBar Control
Hi, I selected numeric key pad to enter value. After selecting numeric key keyboard automatically switching back to alphabet. I am not able to type numeric value continuously. It is working in iOS. Not...
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 ArticleListView ViewCell ContextActions selected item background color
Hello, i have the following listView created in xaml: <ListView HorizontalOptions="FillAndExpand" x:Name="listView" ItemsSource="{Binding IzdelkiNaRacunu}" SeparatorVisibility="None"...
View ArticleVerticalOptions issue, alignment not correct...
Hello guys, I have a strange behavior on my XF app (on Android). I made a custom Xamarin Forms control (pretty simple). I Use it in a parent page and try to align it to the bottom of the page => so...
View ArticleWinPhone: Image.Source & images stored in LocalFolder
My app download some images from a web server and store they in the device local folder ApplicationData.Current.LocalFolder.Path which, using the WinPhone emulator, is for instance...
View ArticleChange the text color for Xamarin.Forms.DatePicker
For Xamarin.Forms.DatePicker It is not obvious that the date field is "tapable" I want to change the text color of it to blue so the user will think it is clickable? I see a background color property...
View Articlei can't find Forms ContentPage Xaml
i created PCL Xamarin forms application, in xamarin studio i was able to add Forms (Forms ContentPage Xaml), in Visual Studio i was able to see only code page. i cant add xaml page at all. i use VS...
View ArticleHow to implement speech to text feature in Xamarin.Forms
Hey, i am trying to build a app with the microphone icon on the side of Editor control in Xamarin.Forms. I want the user to click on that microphone so that user can speak and the text will come as...
View ArticleHow to bind data into Entry in XFGrid
I need code to bind data in Entry which is located in XFGrid. I used below code <ig:XFGrid x:Name="grid"> <ig:ListAdapter x:Name="adapter" AutoGenerateColumns="False" >...
View Articlehow to createFeed screen with image gallery like in facebook?
Hi All, I am developing one application where I had requirement that is create feed screen like in below attached image. Can anybody help me please, how to resolve this?
View Article