Skip to content

API Reference / @gtkx/components / ListViewProps

Type Alias: ListViewProps<T, S>

ListViewProps<T, S> = Omit<GtkListViewProps, "model" | "factory" | "headerFactory" | keyof ListViewDeclarativeProps<T, S>> & ListViewDeclarativeProps<T, S>

Defined in: list-view.d.ts:18

Props for ListView. Combines the underlying Gtk.ListView props with declarative collection props: flat items or grouped sections, a per-row renderItem, an optional section header renderer, controlled selection and expansion, and estimated item sizing.

Type Parameters

T

T = unknown

S

S = unknown

Released under the MPL-2.0 License.