RowSizingMode Property (ModHFGrid)
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
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 the ModHFGrid Control object. |
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 used only when AllowUserResize is set to Rows or Both.