Resizable (CanResize)

Window property of a form or application shell that determines whether the window can be resized at runtime.

Value Description
True Window can be resized by dragging the window borders.
False Window cannot be resized.

Usage

Dynamic? No

Dependencies:

For application shells, if Resizable is True, Dialog Type is set to False, and vice versa.

For form components, if Resizable is True, Window Type cannot be set to Dialog or Tab, and vice versa.

Related Topics