Skip to content

API Reference / @gtkx/components / index / GridView

Function: GridView()

GridView<T>(props): ReactNode

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

Renders a Gtk.GridView of uniform cells from declarative items, with per-cell rendering, controlled selection, and estimated item sizing.

Type Parameters

T

T = unknown

Parameters

props

GridViewProps<T>

Returns

ReactNode

Released under the MPL-2.0 License.