maxItems
The maximum number of items to be shown in the list.
maxItems?: number;
Notes
- This property can be used for e.g. pagination, or sliding window positioning.
- This property defaults to undefined to show all items in the list.
Related
class UIListView
A view wrapper that manages nested views for each item in a list.
