Click or drag to resize

GridHelpers Methoden

Der GridHelpers Typ exponiert die folgenden Member.

Methoden
 NameBeschreibung
Public MethodeStatic MemberColumnCountChanged Change Event - Adds the columns.
Public MethodeStatic MemberColumnsPropertiesChanged Change Event - Makes specified Column's Width equal to Auto or Star depending on GridHelpers._gridColumnUnitType.
Public MethodeStatic MemberGetColumnCount Returns the actual ColumnCount of a given Grid.
Public MethodeStatic MemberGetColumnsProperties Returns a string representing the value of the ColumnsPropertiesProperty of a given Grid.
Public MethodeStatic MemberGetRowCount Returns the actual RowCount of a given Grid.
Public MethodeStatic MemberGetRowsProperties Returns a string representing the value of the RowsPropertiesProperty of a given Grid.
Public MethodeStatic MemberRowCountChanged Change Event - Adds the Rows.
Public MethodeStatic MemberRowsPropertiesChanged Change Event - Makes the specified Row's Height equal to Auto or Star depending on GridHelpers._gridRowUnitType.
Public MethodeStatic MemberSetColumnCount Sets the ColumnCount of a given Grid to the given value.
Public MethodeStatic MemberSetColumnsProperties Sets the new value of the ColumnsPropertiesProperty of a given Grid.
Public MethodeStatic MemberSetRowCount Sets the RowCount of a given Grid to the given value.
Public MethodeStatic MemberSetRowsProperties Sets the new value of the RowsPropertiesProperty of a given Grid.
Zurück nach oben
Siehe auch