Grid |
Der GridHelpers Typ exponiert die folgenden Member.
| Name | Beschreibung | |
|---|---|---|
| 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. |