XForms needs an ItemsControl
I may be totally missing something, but it seems like the biggest gap in Xamarin Forms that needs to be filled is the lack of an ItemsControl so that DataTemplates can be bound to collections in the...
View ArticleAnimate multiple Views in parallel
I need to fade multiple Views out in parallel with each other. At the moment, I'm using the View.FadeTo to fade the two views out right now. I'm doing it in an async void method, and not awaiting the...
View ArticleSync Photos folder with dropbox using Xmarin Ios
Hello Team, I'm developing mobile application using xamarin forms. I need to do a sync with dropbox of photos, database and folder. I have used Dropbox Sync & DataStore component. I have done with...
View ArticleKeyboard.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 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 ArticleHow to Change SearchBar Icon in xamarin.android
I want to change Searchbar Icon Image Or Color
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 ArticleTableView Section Header Font and Color
Is it possible to make changes to section headers in a TableView? I'd like to change the font, text color, and background properties. I was able to change the height of the header by using a custom...
View Article