Method wpfBuilder.Row
Overload
Starts new row in current grid.
public wpfBuilder Row(WBGridLength height)
Parameters
height (WBGridLength)
Row height. Can be:
|
Returns
Exceptions
InvalidOperationException
In non-grid panel. |
Remarks
Calling this function is optional, except when not all cells of previous row are explicitly filled.
If there are star-sized rows, grid height should be defined. Call wpfBuilder.Height or wpfBuilder.Size. But if the grid is in a cell of another grid, usually it's better to set row height of that grid to a non-zero value, ie let it be not auto-sized.