Skip to main content

gridRowSpan

Applicable only on direct children of grid auto-layout frames. Determines the number of rows this node will span within the parent grid.

Signature

gridRowSpan: number

Remarks

Must be a positive integer. This property defines how many rows the node will occupy starting from gridRowAnchorIndex. If the span provided results in the node overlapping with another node in the grid, the setter will throw an error. If the span provided results in the node extending beyond the grid's defined rows, the setter will throw an error.