Constructors
Creates an empty grid.
Properties
ColumnSpacing
The gap in points inserted between columns.
Type: double
Columns
The column definitions, leading to trailing.
Empty means a single star column.
Type: GridLengthCollection
RowSpacing
The gap in points inserted between rows.
Type: double
Rows
The row definitions, top to bottom.
Empty means a single star row.
Type: GridLengthCollection
Methods
ArrangeOverride
Content arrangement. Panels override to place their children.
| Parameter | Summary |
|---|---|
Size finalSize | The final size available for the view's content. |
Returns
Size: The arranged content size.
MeasureOverride
Content measurement. Panels recurse; controls delegate to the native SizeThatFits.
| Parameter | Summary |
|---|---|
Size availableSize | The size available for the view's content. |
Returns
Size: The desired content size.