Extends Item
Grid
Grid is a layout container that positions its children in a grid.
These properties define the regular space at the margins, and between each row and column in the grid.
property Grid.Distribution distribution: .Align
The distribution property controls how columns are distributed in the Grid.
Grid.Distribution.Align
Columns are aligned "tightly" from left to right inside the Grid, respecting the margin and spacing values.
Grid.Distribution.Justify
If the width of the Grid exceeds the space needed align the columns, the extra space is distributed evenly between them.