Grid |
The GridHelpers Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| ColumnCountChanged | Change Event - Adds the columns. | |
| ColumnsPropertiesChanged | Change Event - Makes specified Column's Width equal to Auto or Star depending on GridHelpers._gridColumnUnitType. | |
| GetColumnCount | Returns the actual ColumnCount of a given grid. | |
| GetColumnsProperties | Returns a string representing the value of the ColumnsPropertiesProperty of a given Grid. | |
| GetRowCount | Returns the actual RowCount of a given Grid. | |
| GetRowsProperties | Returns a string representing the value of the RowsPropertiesProperty of a given Grid. | |
| RowCountChanged | Change Event - Adds the Rows. | |
| RowsPropertiesChanged | Change Event - Makes the specified Row's Height equal to Auto or Star depending on GridHelpers._gridRowUnitType. | |
| SetColumnCount | Sets the ColumnCount of a given Grid to the given value. | |
| SetColumnsProperties | Sets the new value of the ColumnsPropertiesProperty of a given Grid. | |
| SetRowCount | Sets the RowCount of a given Grid to the given value. | |
| SetRowsProperties | Sets the new value of the RowsPropertiesProperty of a given Grid. |
| Name | Description of the | |
|---|---|---|
| ColumnCountProperty | Adds the specified number of Columns to ColumnDefinitions. Default Width is Auto. | |
| ColumnsPropertiesProperty | Makes the specified Column's Width equal to Auto or Star depending on GridHelpers._gridColumnUnitType. Can set on multiple columns. | |
| RowCountProperty | Adds the specified number of Rows to RowDefinitions. Default Height is Auto. | |
| RowsPropertiesProperty | Makes the specified Row's Height equal to Auto or Star depending on GridHelpers._gridRowUnitType. Can set on multiple Rows. |
| 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. |