CachedImage FFImageLoading for Xamarin.Forms
https://github.com/molinch/FFImageLoading or https://github.com/daniel-luberda/FFImageLoading/ (new Forms features) DEMO:...
View ArticleWidth of a picker
Hi, I am trying to set the width of a picker with the HorizontalOptions property to CenterAndExpand or FillAndExpand but the width of the picker is the width of the tittle text. For example, my picker...
View ArticleMaster Detail Page With Detail Page Navigation Using MVVM
I creating application in xamarin forms and MVVMLIGHT library. In my application there is a a master detail page. How can I change detail page based on menu selection in master detail page.?
View ArticleBug in horizontal ScrollToAsync in Android
The new ScrollToAsync function seems to work well on iOS and Android until I came across a bug on Android. When I call ScrollToAsync the animation always jumps back to position 0 in ScrollView, after...
View ArticleForms 1.5.0 breaks 1.4's support for iOS 6.1
Looks like 1.5 has broken 1.4's support for iOS 6.1 (6.1 support is documented on the Forms requirements page). With a ListView.HasUnevenRows = true, I now get this exception: [UITableView...
View ArticleScrollView - height of view not adjust automatically
Hi, Scrollview working properly before if we define heightRequest property for it. I have a page with harder and footer images and middle area with scrollview, but it seems like if heightRequest not...
View ArticleActivity indicator in middle of screen of a scrollview page.
Hi, I have a content page that is a scrollview page. I need to place my activity indicator in middle of the screen. So even if the screen is scrolled, the activity indicator will be in middle of the...
View ArticleGrial UI Kit for Xamarin Forms (XAML Layouts)
Hey everybody! If you didn't know it yet. A few weeks ago we've launched Grial UI Kit the first user interface kit for Xamarin Forms. And as you could imagine we want everybody to know about it This...
View ArticleColor issues with ListView at run-time in iOS.
Hi, I am using ListView in my project and setting background color of parent grid as Red in its ItemTemplate when the item is selected and Transparent when unselected. It works fine when we select and...
View ArticleComposite Custom Control based on Xamarin Form components with possible...
Hi there, My goal for right now is creating a composite control which combines a Image and Entry control (XF) and placing these in a horizontal positioning. For now i was planning on using a StackPanel...
View ArticleAbsolute Layout Border
Hi All, Please guide me is it possible to give border and border radius and border color to absolute layout. this._absoluteLayout.Children.Add (_innerStackLayout, new Rectangle...
View ArticleHow to bind AbsoluteLayout.LayoutBounds in XAML
I am trying to bind AbsoluteLayout.LayoutBounds in XAML, but i'm not sure exactly how to get it to work. Anyone know how to accomplish this? Here is my code so far: <AbsoluteLayout> <BoxView...
View ArticleOnTapped event is not firing in my customcell of ListView
Hello All, I have a List View and data template for that is a custom cell.My custom cell is inheriting ViewCell. `public class CustomSelectableCell : ViewCell { private StackLayout _stackLayout;...
View ArticlePerformance Profiling Layout Construction and Data Binding
More out of curiosity and making sure I develop the most performant UI's possible, what ways would you recommend being able to profile the actual CPU / Memory on a layout creation. Just to be clear,...
View ArticleRight Toolbar Icon on Xamarin.Forms - iOS
Hi, I have some problems with the toolbar item on iOS. On android it is working fine, but in iOS when i put 2 icons toolbar item, they take all the place on the toolbar and i don't know why... I make...
View ArticleInitializeComponent does not exist
Hi, I'm having difficulties on XAML files in a Sheared project. Using Xamarin Studio; What I did was simply adding a xaml page to the project and build without adding any code. And it gives me the "The...
View ArticleCustom font for entire app
Hi! Is there a way to use a custom font for an entire Forms app? I have already took a look at "Using a custom font" section on the font guide, but I don't want to set the font for every single...
View ArticleTPL Dataflow problems
I'm trying to use the Microsoft TPL Dataflow library in a Xamarin.Forms app and having some trouble on the iOS side. I can download and install the NuGet package, and I can create code that uses the...
View ArticleCenter image and text on button
Is there a way to center the text and image on a button? I want the image to be on top and text below, both centered on button. I'm trying to use a custom renderer on android like this class...
View Article