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 UIListViewA view composite that manages views for each item in a list of objects or values.