How 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 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 ArticleSupport issues with various Android versions
Hi! I am experiencing significant roadblocks with Xamarin.Forms and newer Android OS versions. For example, the cross-platform app which I have developed for iOS and Android has been used by users...
View ArticleGrid background colour disappears on load, any way to fix?
I'm quite new to using Xamarin and I'm developing a cross-platform (between iOS and Android) mobile app. I've been working with a Grid to display some instructions, since the instructions are long...
View ArticleApplication.Properties and custom types
I have a custom type that's basically just a bunch of string properties. If I try to persist the object using Application.Properties (which is a Dictionary<string, object>) in Xamarin Forms, it...
View ArticleAttribute "circleCrop" has already been defined (APT0000) common_attrs.xml...
I upgraded from Xamarin.Forms.Maps 1.4.0.0 to 1.5.0.6447. My solution contains several projects, including a lot of PCLs, two Android, and two iOS projects. Everything was building fine before the...
View ArticleIs RowDefinition.Height bindable or not?
The following XAML <Grid.RowDefinitions> <RowDefinition Height="{Binding TopRow}" /> <RowDefinition Height="*" /> <RowDefinition Height="100" /> </Grid.RowDefinitions>...
View ArticleOpen Notification list page when user clicks on navigation
I'm building and app in android using Xamarin.forms. Now i have implemented GCM Services to get notification. And here i want to open a page in my application when user clicks on the notification. How...
View ArticleCan i use Xamarin studio for Windows 7
I wish to build an mobile app for IOS, Andriod, and windows phone using c# code. can i use xamarin studio in windows 7?
View Article