TileLayout for List
Hi there, I couldnt find Tile Layout for List, is there any plans for it? or any other Option? Thanks
View ArticleHow to Change the MenuItem Colors of ViewList in iOS ViewCellRenderer ?
Is there any way to Change the color of ContextAction Menus added in Xamarin.Forms Xaml file. IsDestructive="True" sets the menu color to Red. But i need another menu to look like Green or some other...
View ArticleImplementing a Floating Action Button
I'm trying to implement a Floating Action Button (FAB) on Android using a custom renderer. I followed this article: http://chrisriesgo.com/material-design-fab-in-xamarin-forms/ and have a button...
View ArticleListview not scrolling when focus entry control within viewcell in...
I have entry controls within listview. When I focus entry in viewcell soft keyboad is appeared and its hidding entry control because listview not scrolling. To overcome this I tried to use listview...
View ArticleImageCell what layout is it using?
Hi there, I think that Imagecell is using relative layout, because it gets resized automatically if either image or detail or even title is not available. If i am wrong, then please guide me what...
View ArticleCachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View Article"The empty string '' is not a valid local name." - Xamarin Android WCF...
Hi Guys, I am getting following error while calling WCF Service (Xamarin Android) Which works fine for windows mobile phone. **"The empty string '' is not a valid local name." ** at (wrapper...
View ArticleHow to make the screen visible for 20 seconds or more in the Xamarin forms
Hi I have 3 content pages here first.cs second.cs third.cs In First.cs I have following code snippet. Button b=new Button(){ Title="Submit" }; b.clicked+=(){ //Here I would like to call the second page...
View ArticleMenu and Navigation
I have an app that requires both a slide out menu that is accessible from every view, and a back button (in a subheader bar) on every view that was not accessed bu the menu. It should look like the...
View ArticleAndroid Resource issues after upgrading to Xamarin Forms 2.0
I have recently upgraded 2 machines from Xamarin Forms 1.x to 2.0. One machine is OK and Xamarin Forms projects build fine for Android. The other machine is having dreadful issues. We have tried...
View ArticleCant change android back button in Xamarin.Forms
Hi all, I tried 10120312 ways to change back button in toolbar at Xamarin.Forms, but still it same color. It change hamburger menu color, but doesn't change <- !!! Create custom toolbar theme. - Not...
View ArticleXamarin 4.0 compatibility issues.
Hi, I realized that there are some compatibility issues with Xamarin Forms. One of this issue is related to XAlign property. Once I have updated to Xamarin 4.0, found that on two of my testing phone...
View ArticleConsume external WCF service into Xamarin forms
Hi, I'm new to xamarin and i need to consume WCF service on xamarin forms and it should be cross platform (android, IOS, Win Phone). how can i consume through the endpoint directly like consuming the...
View ArticleSetting ContentPage Icon
I wanted to display an icon for an App on the next to the Title - ideally on the LHS. I attempted to modify petzold's toolbar demo as follows, but... no cigar. No icon is displayed on the Title/toolbar...
View ArticleImage animations in Xamarin.Forms
I am in the evaluation phase for a port of an Android app to Xamarin. In the Android app, various animated images (available as multiple pngs) are shown as central part of the user interface. Android...
View ArticleHardware Back Button
I've got an app which displays a login page modally when it detects that the user has not logged in. However, the user can still dismiss the login page using the hardware back button, thus returning to...
View ArticleProblem with selected cells when using RecycleElement caching strategy on...
Hi guys, I have a ListViewwith caching strategy set to RecycleElement, where each cell has a certain number of context actions implemented with MenuItems. In Android, when the user long presses on a...
View ArticleProblem binding icon to ToolbarItem
Hi, I have view built in Xaml and a viewmodel tied to the views bindingcontext. In my viewmodel I have an attribute containing the image path I'd like to have on a ToolbarItem....
View ArticleListView / ViewCell binding firing but UI elements are not updating.
I'll start by saying this is going to be a hard one- I might need Xamain direct support. I have a custom ListView that does item template selecting based on the data type of the source objects The...
View ArticleXamarin forms button not disabling after giving command binding
Hi I am using this below to disable the button when the page opens But the button is disabling when i am giving Command . Please suggest what to do. My Requirement is I am trying to create an login...
View Article