This example demonstrates how to implement the ItemsSource property for the LayoutControl control. The ItemsSource property is implemented as an attached property and allows you to bind a collection and its items are used for generating layout items.
Updated on 12 February 2014.
This example demonstrates how to implement the ItemsSource property of the LayoutControl control. It is necessary to create attached behavior that generates child items for the LayoutControl from the bound items source.