![]() | 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. |
Name | Beschreibung | |
---|---|---|
![]() ![]() | 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 | Beschreibung | |
---|---|---|
![]() | 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. |