Resizable Property

Specifies whether a Column object can be sized at run time by the user. Available at design time; read/write at run time.

Column.Resizable[ = lExpr]

Property Values

  • 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.

See Also

Width Property | Resize Object | Resize Event

Applies To: Column