Share via


RowHeightMin 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 the minimum row height for the entire control in twips.

Syntax

object.RowHeightMin [=value]

The RowHeightMin property syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
value A single numeric expression that specifies the minimum row height for the ModHFGrid.

Remarks

Use this property if you are using small fonts but want the rows to be tall. Setting this property is easier than setting individual row heights using the RowHeight property.

The RowHeight property is independent of the form's scale mode.

See Also

RowHeight Property (ModHFGrid) | ModHFGrid Control