GridUnitType.Absolute px or dp?
What is the unit type for GridUnitType.Absolute? Px or dp? I hope it is dp.
View ArticleImage Sliding using XAMARIN.FORMS in iOS
****Guys Help me out with this.. I just want to add images to it to make a scrollview ..The images are not getting loaded!!! namespace MenuList { public class HomePage : ContentPage { public HomePage...
View ArticleAnimations - clockwise spinning
I can't seem to find many examples on animation, so if there are some I've missed I'd love some links. I've attached a refresh button that I've got in my app. I want to make it spin clockwise after...
View ArticleHow to hide a Row or Column in a grid layout?
In XAML Windows it is possible to hide a row or column in a GridLayout. Is this possible with Xamarin.Forms? So far I found out that I had to hide all controls inside an set height (for a row) to 0;...
View ArticleSeparator lines on TableSections in Android
Placing empty TableSections() in TableViews on Android gives me blue section separator lines. Anyone knows how to get rid of them? I don't think they where there in 1.2.3, but they are very much there...
View ArticleProgressDialog pop up too late, trouble with threads and asyncs
I've Already wasted a day and half trying to work arround this problem. Im trying to open a progressDialog when I press a button from a control(calendar) I've made. When the user press the button the...
View ArticleXamarin Forms memory management
I have a xamarin forms application built using tabbed pages, that contain content pages that contain carousel pages that contain more content pages. I'm doing all the layouts using xaml and each page...
View Article[System.IO.FileNotFoundException] Could not load file or assembly...
Hi everbody ! I'm currently working on a SAP crossplatform project with Xamarin.Forms and I would like to define my interfaces in Xaml. I enabled the build engine with MSBuild option for my iOS project...
View ArticleSet Content to ConvertPageToUIElement twice and DisplayAlert throws exception...
Setting Content = page1.ConvertPageToUIElement(this); ... Content = page2.ConvertPageToUIElement(this); and then page2.DisplayAlert(...); // this throws an un-handled exception (if you await it the...
View ArticleImplement a menu
I am currently building a mobile app using Xamarin Forms. I have the following projects FL.Mobile (PCL) - contains common pages FL.Mobile.Android FL.Mobile.iOS In our current design we have the need to...
View ArticleiOS Image Source FromFile Issue
I recently ran into an issue when finishing up an app. I have an app that uses a number of images. Most of these images are loaded using a File Image Source (image.Source =...
View ArticleAndroid page displaying duplicate views in Nexus 5 lollipop version(5.0)
Hi, My Xamarin forms application is update to Android Lollipop 5.0 and tested in Nexus 5 device, application is running fine but in some screens same button is displayed multiple times and different...
View ArticleDynamic Height
Hallo, how can i change the size of my entry or editor when the User enter a new line with his text?
View ArticleXamarin.forms : Button - how to remove or set default padding
I have three buttons in my top menu. I noticed that they have set padding by default as seen on attachment. How can I set this padding to 0? Button does not have padding parameter.
View ArticleWhy doesn't xamarin forms work at all?
I downloaded Xamarin Studio and started a trial license, created a new Xamarin forms project and clicked build (with literally 0 changes to anything, just your default download) and this is the result:...
View ArticleLocal notifications as Service
Which classes or SDK's should I use when I would like to create local notification on iOS and WP8? Any external libs?
View ArticleListView tap selects wrong item (or returns wrong data)
Hello. I am having a listView (with grouping but the error also appears without grouping but not that often) like this: <StackLayout> <Image Source="header.png" /> <ListView...
View ArticleSaving and automatically retrieving Image / ImageSource data on iOS and Android
I've been playing around with Xamarin.Forms.Labs, and I understand how to access the camera and the media library cross-platform in order to get access to images and video, save it to the media...
View ArticleEmbedded image
Hi there, In my app i have a static class for colors etc. Now i also want to put my image resources in this class like this var image1 = ImageSource.FromResource("App.Resources.Images.logo.jpg"); But...
View ArticleError on Android when SetPage(new MyMasterDetailPage()) "DrawerLayout must be...
Hi, I've got an issue when I use the SetPage() method in my Android MainActivity and try to set a MasterDetailPage. The error message I get is: Java.Lang.IllegalArgumentException: DrawerLayout must be...
View Article