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 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 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 Forms and using Behaviors in SAP application
Hi! I'm testing Xamarin Forms and Xamarin Studio. I've finded various samples that explains how to use behaviors to enhance views. I've implemented some code from this samples to use "MaxLength" in...
View ArticleTabbedPage Not Cycling on All windows 10 Platforms
I have made a simple Uwp Xamarin Forms App with 2.0.0.6490 the first Page is a TabbedPage with 3 Children but we deploy it to several windows 10 devices Windows 10 Home PC (not working) Windows 10...
View Article[XAMLC] compilation failure. Need more info
Hey guys, I'm getting a XAMLC compilation failure, but unfortunately the info that gets dumped in the error console is not helpful. I've validated all of my XAML and it appears to be correct, however...
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 Articlenavigation drawer hamburger button
The new stuff looks really nice! How would you go about creating a drawer layout like the one from the Android support library with the XAML layout? Can you? Is it in the pipeline if you can't?
View ArticleHow to unload ContentPage instance?
Adding page to navigation stack: Navigation.PushAsync(new SecondPage()); Popping page inside SecondPage: Navigation.PopAsync(); but finalizer of SecondPage has not coused. So, SecondPage occupied the...
View ArticleCrash on opening a new page
Hi I'm trying to open a new page (master-detail-pattern) and get a crash I can not debug, because the stacktrace doesn't really help: public RelayCommand<SettingsEntry> OpenCommand { get { return...
View ArticleIssue with Xamarin.Forms in windows UWP app compiled in the Release mode.
We are experiencing some issue when run the win10 UWP application compiled in release mode. In the release mode, It throws target invocation exception at run time. If we compile it in debug mode it...
View Article