Specifies whether a Column object can be sized at run time by the user. Available at design time; read/write at run time.
Syntax
Column.Resizable[ = lExpr]
Settings
lExpr
The settings for the Resizable property are:
Setting | Description |
True (.T.) | The Column object is sizable. |
False (.F.) | (Default) The Column object cannot be sized by the user. |