Returns or sets a value that describes the sizing mode of the rows in the ModHFGrid.
Syntax
object.RowSizingMode [=value]
The RowSizing property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | An integer or constant that specifies the settings of the row size, as described in Settings. |
Settings
The settings for value are:
Constant | Value | Description |
flexRowSizeIndividual | 0 | Resizing a row changes only the height of that row. This is the default. |
flexRowSizeAll | 1 | Resizing a row changes the height of all rows in the ModHFGrid. |
Remarks
This property is only used when AllowUserResize is set to Rows or Both.