items
The list of objects, from which each object is used to construct one view object.
items?: ObservableList<TItem>;
Notes
- This property should be set or bound to an ObservableList object or an array.
- When set to an array, the property setter converts the array to an ObservableList automatically, and uses that instead.
- When updated, a UIListView.ItemControllerView view instance is created for each list item and added to the body container.
Related
class UIListView
A view wrapper that manages nested views for each item in a list.
