DockManager

The DockManager component is a user interface element that manages the layout and docking of child components or panels within an application.

DockManager Overview

The DockManager component facilitates the organization and navigation of multiple user interface panels within an application. It allows users to dock, undock, and rearrange these panels according to their preferences, creating a customizable workspace. It supports various pane types, such as tabbed and scrollable panes.

The dock management overlay enables the easy arrangement and alignment of panes to top, right, bottom, or left areas, both in a vertical and a horizontal layout.

Live Demo

Variant

Anatomy

The anatomy of the DockManager summarizes the elements of the component.

components dockmanager overview anatomy
  1. Tabbed pane (tab)
  2. Resize handle
  3. Scrollable pane (header)
  4. Pin/Unpin button
  5. Delete button
  6. Content area
  7. DockManager navigator
  8. Toolbar

Pane Types

The DockManager supports different pane types—such as tabbed and scrollable, enabling users to customize their workspace in the most efficient way.

A Telerik and Kendo UI DockManager rendering with tabbed and scrollable panes.
  1. Tabbed pane
  2. Scrollable pane

Alignment

The Navigator feature of the DockManager lets users choose how to arrange the panes in their application by aligning them to the top, bottom, left, or right—both vertically and horizontally.

Four options of pane orientation for the Telerik and Kendo UI DockManager component - top, bottom, left and right.
  1. Left-aligned
  2. Right-aligned
  3. Bottom-aligned
  4. Top-aligned

Unpinned Pane—Expanded View

The unpinned or undocked items in the DockManager are positioned in a toolbar so that they always stay visible and accessible. Once selected the unpinned item can be either docked to the application or removed.

components dockmanager overview unpinned pane expanded view

Framework-Specific Documentation

For specific information about the component, refer to its official product documentation:

Feedback