The anchor point within the cell. A UnitPoint where
{ x: 0, y: 0 } is the top-leading corner and { x: 1, y: 1 } is the bottom-trailing corner. You can also use string presets like "center", "topLeading", "bottomTrailing", etc.Support
Usage
Positioning a cell at the top-leading corner
Custom anchor point
See Also
- gridCellColumns — makes a cell span multiple columns
- gridCellUnsizedAxes — opts out of sizing along an axis
- gridColumnAlignment — overrides column alignment
- Grid — the grid layout container
- GridRow — a row within a grid