Recent Posts

Binding a Collection to a FlexLayout III

4 minute read

Previously, I explained how to extend the ExtendedFlexLayout class so that it allows a DataTemplateSelector to choose a DataTemplate at runtime. This enables...

Binding a FlexLayout to a Collection II

3 minute read

Previously, I explained how to extend the FlexLayout class with ItemsSource and ItemTemplate properties, so that it can bind to data stored in a collection. ...

Binding a FlexLayout to a Collection

4 minute read

In May we published a doc on the new FlexLayout control that’s present in Xamarin.Forms 3.0. FlexLayout is a versatile layout control that can arrange its ch...