View Source Grid

<Grid>

Align elements along two dimensions.

Overview

Use with <GridRow> to create a structured layout of elements.

<Grid>
    <GridRow>
        <Text>Title</Text>
        <Text>Description</Text>
    </GridRow>
    <GridRow>
        <Text>Item #1</Text>
        <Text>The first of many items.</Text>
    </GridRow>
</Grid>

Attributes

References

The positioning of elements within the grid.

Link to this reference

horizontalSpacing

The spacing between elements in a <GridRow>.

Link to this reference

verticalSpacing

The spacing between <GridRow> elements.