Skip to content

API Reference / @gtkx/components / ListView

Variable: ListView

const ListView: <T, S>(props) => ReactNode

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

Renders a Gtk.ListView: a scrollable, single-column list backed by a collection model, with each row drawn by renderItem and optional section headers.

Type Parameters

T

T = unknown

S

S = unknown

Parameters

props

ListViewProps<T, S>

Returns

ReactNode

Released under the MPL-2.0 License.