Grid Layout
Rows, columns, star and fixed sizing, and row/column spans.
Overview
The Grid control arranges children in rows and columns. Sizes use a space-separated
string: fixed (5), star (*, 2*), or Auto.
Children position with Grid.Row/Grid.Column attached properties
and can span with Grid.RowSpan/Grid.ColumnSpan.
Key Concepts
RowsandColumnswith space-separated sizes- Fixed sizing:
3,20(absolute height/width) - Star sizing:
*,2*(proportional remaining space) Grid.Row/Grid.Columnattached propertiesGrid.RowSpan/Grid.ColumnSpanfor spanning