The star option will achieve the same; you can use it together with a value. For instance, if you have two columns, one with width = 1* and one with width = 2*, the second column takes up double the … (View Post)
The Grid class has two bindable properties; RowSpacing and ColumnSpacing that seems to fit. If you want individual spacing on some rows/columns - but not all, you need to add padding to the grid chil… (View Post)
If you set the column width to auto, the column width is decided by the width of the child/children in that column (if the column has no children, the width will then be zero). For GridUnitType.Star … (View Post)