Skip to main content

gridColumnAnchorIndex

Applicable only on direct children of grid auto-layout frames. Determines the starting column index for this node within the parent grid.

Signature

gridColumnAnchorIndex: number [readonly]

Remarks

The column index is 0-based, where 0 is the first column in the grid. This property works in conjunction with gridColumnSpan to determine the node's column position and size in the grid. If the index provided is greater than the number of columns in the grid, the setter will throw an error. If the index provided results in the node overlapping with another node in the grid, the setter will throw an error.