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]
Return Value
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.
Remarks
Applies To: Grid Control