Click or drag to resize

GridHelpers fields

The GridHelpers Type exposes the following members.

Fields
 NameDescription of the
Public FieldStatic MemberColumnCountProperty Adds the specified number of Columns to ColumnDefinitions. Default Width is Auto.
Public FieldStatic MemberColumnsPropertiesProperty Makes the specified Column's Width equal to Auto or Star depending on GridHelpers._gridColumnUnitType. Can set on multiple columns.
Public FieldStatic MemberRowCountProperty Adds the specified number of Rows to RowDefinitions. Default Height is Auto.
Public FieldStatic MemberRowsPropertiesProperty Makes the specified Row's Height equal to Auto or Star depending on GridHelpers._gridRowUnitType. Can set on multiple Rows.
Back to the top
See also