Gets/sets the active pane of the Dock Manager.
Determines whether the end user is allowed to resize floating panes. Defaults to true.
Determines whether the end user is allowed to inner dock panes. Defaults to true.
Determines whether the end user is allowed to maximize panes. Defaults to true.
Determines whether the selected pane or all panes are closed when clicking the close button of a pane within a dockable TabGroup. Defaults to 'allPanes'.
Determines whether the floating panes are kept inside the Dock Manager boundaries. Defaults to false.
Disables the built-in keyboard shortcuts for pane navigation. Defaults to false.
Gets/sets the currently dragged pane.
Gets/sets the current drop position when performing custom drag/drop.
Gets/sets the layout configuration of the Dock Manager.
Gets/sets the maximized pane.
Determines whether the end user can dock the dragged pane by dragging it close to the target pane edges. If enabled, docking indicators are not visible. Defaults to false.
Gets/sets the resource strings.
Determines which tab header icons should show when hovering over the tab with the mouse. Defaults to undefined.
Determines whether pane headers are only shown on hover or always visible. Defaults to 'always'.
Determines whether the selected pane or all panes are unpinned when clicking the unpin button of a pane within a dockable TabGroup. Defaults to 'allPanes'.
Performs drop of the draggedPane
into the specified dropPosition
.
Returns true if the pane has been docked otherwise returns false.
Focuses a pane from the layout.
Removes a pane from the layout.
Describes a Dock Manager component.