DropPanel.EnableResizeRight

Syntax

EnableResizeRight: Boolean

Description

The EnableResizeRight property determines whether the user can change component width by dragging its right border with the mouse cursor.

Comments

By default the property is set to True, and the component width can be changed by dragging its right border with the mouse cursor.

Example

To execute the example, create the DropPanel component (see Example of Creating the DropPanel Component). Set the false value to the EnableResizeRight property to enable resizing of the panel right side:

EnableResizeRight: false

See also:

DropPanel