Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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