The axes along which the cell should use its ideal size instead of the grid-assigned size. See Axis.
Support
Usage
Using ideal width in a grid cell
Using ideal height in a grid cell
Notes
- By default, grid cells expand to fill the space allocated by the grid. This modifier lets a cell opt out of that behavior on one or both axes, using its intrinsic (ideal) size instead.
See Also
- gridCellAnchor — sets the anchor position within a cell
- gridCellColumns — makes a cell span multiple columns
- gridColumnAlignment — overrides column alignment
- Grid — the grid layout container