AllowRowSizing Property

Specifies whether the height of records in a grid can be changed at run time. Available at design time and run time.

Grid.AllowRowSizing[ = lExpr]

Property Values

  • lExpr
    One of the following:
    Setting Description
    True (.T.) (Default) The height of records in the grid can be changed by dragging at run time.
    False (.F.) The height of records in the grid cannot be changed by dragging at run time.

See Also

AllowHeaderSizing Property | RowHeight Property | ROW( ) Function

Applies To: Grid Control