DropPanel.EnableResizeBottom

Syntax

EnableResizeBottom: Boolean

Description

The EnableResizeBottom property determines whether the component height can be changed by dragging its bottom border with the mouse cursor.

Comments

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

Example

To execute the example, create the DropPanel component (see Example of Creating the DropPanel Component). Set the EnableResizeBottom property to False to disable resizing for the bottom side of the panel:

EnableResizeBottom: false

See also:

DropPanel