Repeater
The Repeater widget allows you to display a collection of data, which is present in an array.
Basics
The example shows how to define Repeater in the XML and how to load its data.
Note: Note, that changing the array after the repeater is shown will not update the UI. You can force-update the UI using the refresh() method.
Note: When using ObservableArray the repeater will be automatically updated when items are added or removed form the array.
Code Behind
In the following example is shown, how to create Repeater via Code-behind
API Reference for Repeater Class