Click or drag to resize

GridHelpers methods

The GridHelpers Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberColumnCountChanged Change Event - Adds the columns.
Public MethodStatic MemberColumnsPropertiesChanged Change Event - Makes specified Column's Width equal to Auto or Star depending on GridHelpers._gridColumnUnitType.
Public MethodStatic MemberGetColumnCount Returns the actual ColumnCount of a given grid.
Public MethodStatic MemberGetColumnsProperties Returns a string representing the value of the ColumnsPropertiesProperty of a given Grid.
Public MethodStatic MemberGetRowCount Returns the actual RowCount of a given Grid.
Public MethodStatic MemberGetRowsProperties Returns a string representing the value of the RowsPropertiesProperty of a given Grid.
Public MethodStatic MemberRowCountChanged Change Event - Adds the Rows.
Public MethodStatic MemberRowsPropertiesChanged Change Event - Makes the specified Row's Height equal to Auto or Star depending on GridHelpers._gridRowUnitType.
Public MethodStatic MemberSetColumnCount Sets the ColumnCount of a given Grid to the given value.
Public MethodStatic MemberSetColumnsProperties Sets the new value of the ColumnsPropertiesProperty of a given Grid.
Public MethodStatic MemberSetRowCount Sets the RowCount of a given Grid to the given value.
Public MethodStatic MemberSetRowsProperties Sets the new value of the RowsPropertiesProperty of a given Grid.
Back to the top
See also