Show contents 

Working with General Visual Components > Classes > DropPanel > DropPanel.EnableResizeLeft

DropPanel.EnableResizeLeft

Syntax

EnableResizeLeft: Boolean

Description

The EnableResizeLeft property determines if the component width can be changed by dragging its left border with the mouse cursor.

Comments

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

Example

The property use is given on the Example of Creating the DropPanel Component page.

See also:

DropPanel