Documentation

class UIListView

A view wrapper that manages nested views for each item in a list.

class UIListView<
TItem extends ObservableObject = ObservableObject,
> extends Widget;

Description

A list view creates and renders content within a container, based on items from a provided list (either an array, or an ObservableList object).

Constructor

Type members

Static members

Instance members

Inherited members