An array of components, one per column cell. Each child aligns with the corresponding column in the parent Grid.
Configuration options for the row.
Support
Usage
Basic row
With row alignment
Spanning columns
Use.gridCellColumns() on a child to span multiple columns:
Notes
- GridRow must be a direct child of Grid. Using GridRow outside a Grid has no effect.
- The number of children in the widest GridRow determines the column count for the entire grid.
- Apply
.gridCellColumns(),.gridCellAnchor(), or.gridCellUnsizedAxes()to individual children to control cell layout.
See Also
- Grid — parent grid container