Keyboard.Create(0) Doesn't turn off all features
http://iosapi.xamarin.com/?link=T:Xamarin.Forms.Keyboard/* http://iosapi.xamarin.com/?link=M:Xamarin.Forms.Keyboard.Create(Xamarin.Forms.KeyboardFlags) I want a keyboard that the same as the Password...
View ArticleRemove icon from action bar from xamarin forms android project
Hi, Can someone help me in removing icon from action bar ? Thanks, Ashish jha
View ArticleHow to open .eml file
Hi everyone, How can I open .eml file in xamarin.forms iOS?? Kind Regards Taimoor Janjua
View ArticleCustom Rendering every Visual Element for Swipe Gestures?
We wanted to have own Views for Tab Buttons so we built a custom Tabbed Page. Now we want to make it swipable. I started making a custom renderer for StackLayouts, because in every Tab is a stacklayout...
View ArticleXamarin.Forms 1.4.4 Released
Important Notes Your Xamarin.Forms.Cell may receive null as its BindingContext during the cleanup procedure. This helps unhook bindings and fix some potential memory leaks. If your Xamarin.Forms.Cell...
View ArticleHow to Add Button Controls and perform Click events
Hi, How do we add button dynamically in a MonoMac Project and perform Click events.I want to write the code in cs file.i am not getting the button displayed even though i add a button programatically....
View ArticleTabbedPage Children overlay
Hi there, I implemented a TabbedPage with two ContentPages as children. My Code so far is this: <TabbedPage x:Class="Classname" xmlns="http://xamarin.com/schemas/2014/forms"...
View ArticleListview on iOS 9 not filling screen width - issue with custom ViewCell
In iOS8 a simple Listview would have separator lines that filled the width (especially in landscape mode) In iOS9 the Listview separator lines no longer fill the full width on a landscape iPad mini....
View ArticleHow 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 ArticleDiabolical WinPhone Memory Leak
I currently have a memory leak I can find no work around for. I have lodged a bug report with a repro here: https://bugzilla.xamarin.com/show_bug.cgi?id=34756 While Xamarin are getting around to even...
View ArticleHow to Change SearchBar Icon in xamarin.android
I want to change Searchbar Icon Image Or Color
View ArticleHow to Align View at Bottom of RelativeLayout?
Hi, This question might be to simple to answer but I still havent found a good way to accomadate the View height itself when i try to Align it at a bottom of a relativelayout. Any suggestions? Code...
View ArticleHandling a file, "Open with" or "Share" options
Hi, I have an application that needs to handle different kind of files (Images,Videos,PDF,DOC,etc). Now I'd like to have a list that contains different kind of files. When I select a voice i'd like to...
View ArticleProblems with the search bar
I am noticing a couple of problems with the forms SearchBar when testing on android 1) Sometimes it misses characters when typing fast 2) When the suggested text above the keyboard is selected the...
View ArticleCrash in mono on HttpClient().PostAsync
I need to post data to a webservice from my xamarin.forms application. I get a mono crash on my ipod touch when client.PostAsync is called. I don't (know how to?) get any usable crash data. One thing I...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleAndroid accessibility Font Sizes - how it affects forms
Similar to this question: http://stackoverflow.com/questions/19817086/device-settings-independent-font-size I got my app to fit and look good on phones and tablets, then to my horror I discovered that...
View ArticleTableView section text color on iOS
Hi, I am wondering if it is possible to change the color of the TableView section font. So far I was able to do that by using custom TableViewRenderer, overriding the Draw method and using: for (int i...
View ArticleXamarin.Forms equivalent of a modal form sheet?
We have tended to use the FormSheet modal UI style extensively in the past ie. Creating a new record in a table, record entered in modal form. However, an 'out-the-box' replacement for this doesn't...
View ArticleMultiBinding support
Does Xamarin.Forms have any sort of MultiBinding support? If not, how might one go about applying the following. IsVisible="{Binding AltFileLocation.IsVoiceLoading, Converter={StaticResource...
View Article