firstIndex
Index of first item to be shown in the list.
firstIndex: number;
Notes
- This property can be used for e.g. pagination, or sliding window positioning.
- This property defaults to 0
Related
class UIListView
A view wrapper that manages nested views for each item in a list.
