Specifies whether the height of records in a grid can be changed at run time. Available at design time and run time.
Syntax
Grid.AllowRowSizing[ = lExpr]
Settings
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. |