This example demonstrates how to populate Flow Layout Control from a data source collection and configure generated items’ appearance.
For this, the following properties are used.
- FlowLayoutControl.ItemsSource is bound to the Contacts property containing a collection of data source items.
- FlowLayoutControl.ItemTemplate is a template used to visualize items from the ItemsSource collection.