EnableResizeRight: Boolean
The EnableResizeRight property determines whether the user can change component width by dragging its right border with the mouse cursor.
By default the property is set to True, and the component width can be changed by dragging its right border with the mouse cursor.
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: