DropPanel.EnableResize

Syntax

EnableResize: Boolean

Description

The EnableResize property determines if the component can be resized.

Comments

By default the True value is set that is the ability to change the panel sizes.

Example

To execute the example, create the DropPanel component (see Example of creating the DropPanel component) named DP. Set the False value to the EnableResize property to disable resizing.

EnableResize: false

See also:

DropPanel