ListView in ListView resulting in weird layout and immediate crash when...
I have to display a timetable as a list. Therefore I have a ListView for the days, with a template containing another ListView to display all the lessons of a day. This confronts me with a few...
View ArticleGetSupportedInterfaceOrientations() in...
Please give us control over values returned by GetSupportedInterfaceOrientations() implemented in Xamarin_Forms_Platform_iOS_PlatformRenderer class, which is internal root view in Xamarin.Forms. Not...
View ArticleGoogle maps not working in xamarin Forms application for Android
Hi, I have an application with a MapRenderer for Android, when I select the page where the map is, the Application crash and I get the following error: [Mono] Assembly Ref addref...
View ArticleHTML ul and li , Bullet points in Xamarin Labels
Currently I am pulling text into the app from a json source that containts HTML with UL's and LI's. How i am displaying them is with Web Views. But i would prefer to use Labels. Is there a xamarin...
View ArticleXamarin.Forms.Maps IsShowingUser causes massive battery drain (at least on...
I just discovered that when you send an app using a Xamarin.Forms.Maps.Map with IsShowingUser = true to the background on Android that this causes a massive battery drain. The app is permanently...
View ArticleImage size, Scale or Request ?
Hi, I have an image which I want to be a certain size relative to the screen size so it will always occupy the same amount (proportionally) of space on screen such as 0.5 the screen width. I can do...
View ArticleListView with CustomCell Bindable Property
Hi, I have a ListView with Custom Cell in it. The custom Cell looks like this: ` public class CustomCell : ViewCell { private readonly string[] _pickerFields = new string[] {"1", "2", "3"}; public...
View ArticleCalling a method with bound data in XAML
In the spirit of separating out UI related logic from my ViewModels and keeping it restricted to the code actually driving the UI, I've come across a scenario that I don't quite know how to solve and...
View ArticleAd-Hoc Build Crashes with options link all assamblies and link SDK assamblies...
Hello, if I set the linker behavior to "Link all assamblies" or "link SDK assamblies only" in my XAMARIN.Forms Project the app crashs on start-up. Exception Type EXC_CRASH (SIGABRT) Is there any way to...
View ArticleLocal DataBase in Shared Project
Hello, I followed this instructions to implement a local DB in my app (that uses a Shared Project template). What I don't understand is: where should i put my DB file? In the shared project Or in my...
View ArticleSpecifying binding information in constructor
This is more of a suggestion for Xamarin Forms binding done in C# - It would be very interesting if you could specify the information normally supplied in a call to "SetBinding" at the point you are...
View ArticleCombine CarouselPage with TabbedPage?
Hi guys, I'm rather new to Xamarin and was wondering about the possibilities of combining CarouselPage and TabbedPage.. The idea is that the user clicks on an item in the ListView, after clicking on an...
View ArticleSave different data in App.Current.Properties
As I understand, App.Current.Properties is available at any place on every platform. The data we put in the current app property is available after the app have been closed and opened again. I think...
View ArticleXamarin.forms ios tableview custom cell is not loading properly.
I have a tableview with about 10 cells that can include up to 3 images. I have notice that when I scroll really fast one cell might not load properly and it will be blank except for the images and...
View ArticleXamlParseException Can't find button's click event method
I have researched an answer to this problem on several occasions and haven't even seen anybody else running into this issue, so I hope someone could help me out here. I have a Xamarin Forms project...
View ArticleHow to remove top margin/padding on TableView?
I have a stack layout with 3 items stacked vertically. The middle item is a TableView. This is the TableView: return new TableView { Intent = TableIntent.Menu, Root = new TableRoot ("Profile") { new...
View ArticleActivityIndicator in Toolbar of Android 5.0?
If I set IsBusy to true I get a nice little activity indicator in the toolbar on Android. But this doesn't show up on 5.0+. Do I need to do something to make it show up, or am I going to have to...
View ArticleTabbed Page on iOS: how to check the click on the "more" button?
Hi, When there are more than five items in a tabbed page (I tested the gallery one), iOS shows a "more" button. However, clicking it does nothing and I have not found a way to check it when it is...
View ArticleI want to show vehicle instrument panel in Xamarin forms,Anyone who have a...
I would love to know if there is any good component I could use ,I could charge for it
View ArticleProblem with Xamarin.Forms.ViewExtensions.LayoutTo method (returns false)
Hi There, I am working on making custom slider which looks same in both iOS and android. I have achieved this by applying pan gesture on platforms and then i am updating bounds with help of...
View Article