Structure

GridItem

A description of a single grid item, such as a row or a column.

Declaration 宣言

struct GridItem

Overview 概要

You use GridItem instances to configure the layout of items in LazyHGrid and LazyVGrid views. Each grid item specifies layout properties like spacing and alignment, which the grid view uses to size and position all items in a given column or row.

Topics 話題

Creating a Grid Item

Inspecting Grid Item Properties

See Also 参照

Grids