bounds()
Sets the display bounds for the list (e.g., for pagination).
bounds(
firstIndex?: BindingOrValue<number>,
maxItems?: BindingOrValue<number>,
): this;
Parameters
- firstIndex — The index of the first item to display. Defaults to 0.
- maxItems — The maximum number of items to display.
Return value
The builder instance for chaining.
Related
class ListBuilder static
A builder class for creatingUIListViewinstances.
