showResizeBar

Type: Boolean

Availability: Read or write at any time

The showResizeBar property of the JadeDockBase class specifies whether resize bars can be added to the JadeDockBar or JadeDockContainer subclass control. The default value is true.

Resize bars allow the user to drag that bar to increase or decrease the size of the control. When the user drags the bar to a new position or resizes a floating JadeDockBar or JadeDockContainer control, the userResize event is called. For details about the rules for displaying a resize bar to the right or on the bottom of JadeDockBar and JadeDockContainer controls when the value of the showResizeBar property is true, see "Docking a Control" under "JadeDockBase Class", earlier in this document.