Skip to content

API Reference / @gtkx/components / GridView

Variable: GridView

const GridView: <T>(props) => ReactNode

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

Renders a Gtk.GridView: a scrollable grid of uniformly sized cells backed by a collection model, with each cell drawn by renderItem.

Type Parameters

T

T = unknown

Parameters

props

GridViewProps<T>

Returns

ReactNode

Released under the MPL-2.0 License.