Grid |
The GridHelpers Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| ColumnCount | Adds the specified number of Columns to ColumnDefinitions. Default Width is Auto. | |
| ColumnsProperties | Makes the specified Column's Width equal to Auto or Star depending on GridHelpers._gridColumnUnitType. Can set on multiple columns. | |
| RowCount | Adds the specified number of Rows to RowDefinitions. Default Height is Auto. | |
| RowsProperties | Makes the specified Row's Height equal to Auto or Star depending on GridHelpers._gridRowUnitType. Can set on multiple Rows. |