Horizontal ListView / Carousel View PCL
Hi folks! I was wondering if there is any control out there to have a Horitzontal listview or a CarouselView for PCL? I was implementing chrisriesgo.com/xamarin-forms-carousel-view-recipe/ but...
View ArticleAdding Xamarin.GooglePlayServices.Ads & Xamarin.Forms.Maps to Xamarin.Forms...
I am using the latest version of Xamarin.forms and when I add Xamarin.GooglePlayServices.Ads & Xamarin.Forms.Maps to the project I get the following errors: Attribute "imageAspectRationAdjust" has...
View ArticleCompiled XAML - Exception thrown with AbsoluteLayout containing AutoSize...
After enabling XAML compilation, I get the following exception when I load a page that contains an AboluteLayout with children whose LayoutBounds use AutoSize:...
View ArticleIntellisense issues with XAML based views in PCL using any version...
I created a Xamarin.Forms PCL project in Visual Studio 2015 Enterprise and added some views, viewmodels, etc and everything seemed to be fine. The project template seems to come with Xamarin.Forms...
View ArticleError Code CS0117: Resource does not contain a definition for Animation - on...
I get this error while updating NuGet package Xamarin.Forms from v1.5.1.6471 to v2.0.0.6490. Why is it occurring? What is the resolution?
View ArticleBinding Command int Causes InvalidCastException
I am attempting to use a Command to invoke an operation but always get an invalid cast exception. I am clearly passing a valid number (55) as shown in my XAML: <Image Source="mybutton.png"...
View ArticleCustom Renderer for Video View [Android] w/ Rotation
Hello All, I'm looking for a bit of guidance or confirmation on a potential bug, I've exhausted all links on Google that I could find and have been spending a couple of days on this issue. Here's what...
View ArticleSound in WebView is still playing in the background
Problem: Push a new page with a WebView Play a video on the page (try Youtube) Pop the page Sound is still playing in the background Switch to a different app on the phone Sound is still playing in the...
View ArticleHow to not show separator/divider row between rows in a ListView()
Hi, I'm using Xamarin forms to show a ListView(), everything is working fine, but I cannot find out a solution to not show separator/divider row between rows in my ListView. Someone knows how to fix...
View ArticleListView binding to ObservableCollection does not update GUI
Hi Can anyone tell me why this simple code is not working as expected? Does the ListView control not listen for changes in the bound property? Expected: when I click the Add button, the GUI (ListView)...
View ArticleListView inside StackLayout: a height problem
In a ContentPage I have a ListView inside a StackLayout inside a ScrollView. The ListView is populated (ItemSource is set) in the ContentPage when OnAppearing gets called and I can see that the list is...
View ArticleBinding in a custom view/List
So i'm new like a lot of people to xamarin/mvvm but I try my best: I have this layout: https://gist.github.com/NeoDigi/ce4cfbabef1b8e2d9091 That can have children and the children will be charts:...
View ArticleSetBinding(SearchBar.TextProperty ,.. ) does not work ?
SearchBar s = new SearchBar() { Placeholder = "From Port Name", ClassId = "fromport" }; s.SetBinding(SearchBar.TextProperty, "FromPort"); Entry e = new Entry { }; e.SetBinding(Entry.TextProperty,...
View ArticleWhere to find '/data/anr/traces.txt'?
Hello, I'm testing a Xamarin.Forms app. When I get to the third page of my app, the app crashes and the console in Visual Studio reports to me: 12-15 10:39:28.265 I/art (14576): Wrote stack traces to...
View ArticleAndroid TabbedPage Appcompat-v7 - Unable to find resource ID #0x1
Anybody else getting the same exception when rotating an Android Device using the new Appcompat library? Im getting an Android.Content.Res.Resources.+NotFoundException with description: Unable to find...
View ArticleActivity Indicator when using Material Design and Forms
Hello, Since i changed to material design, the activity indicator stopped showing. I tested going back the theme and it worked again. Is there any workaround? Thanks
View ArticleHow do I implement an AccordeonControl inside GroupedListView?
I am fairly new to Xamarin.Forms and WPF in general. So currently there are no ViewModels in use, because I have just recently read about MVVM and will change it later on. I hope this doesn't make much...
View ArticleHow to render HTML string in webview which is again in listview?
Hi All, I had one doubt that is rendering html string in listview for each cell. actually I used webview in viewcell and binded html content to that. but the content not displayed How to resolve this?
View ArticleHow to design body for the below screen shot?
![](Hi Guys, how to design the body content of below screen, please provide me some source? Thanks, Suneel.)
View Article