Skip to main content
A newer version of this page is available. .

Docking Library

  • 2 minutes to read

The Docking Library is based on the DockManager component that allows you to create panels which are capable of docking to the form. Panels can be docked to form edges and hosted in panel containers. There are three types of panel containers: tab container, split container and auto-hide container.

Docking Demo Small Overview

At runtime end-users can drag panels, resize them, dock them to required containers, pin panels to make them constantly visible etc. When the DockManager is used together with the Application UI Manager, panels can also reside within the Application UI Manager’s content area where Document objects are hosted.

To learn more about this component, refer to the links below.

Learn the Basics

WinForms - Docking - Basics

Dock Panels
Dock panels are main objects of the Docking Library. They can be docked to form edges or each other, or made floating.

Working with Panel Containers
Dock panels can be combined into tab, split and auto-hide containers. End-users can create all three container types at runtime by docking panels to each other and clicking panel buttons.

Panel Header Buttons

WinForms - Docking - Custom Header Buttons

The Header Buttons article describes various types of buttons that can be hosted in header areas of both regular dock panels and panel containers.

Managing Dock Panels in Code

WinForms - Docking - Code

Articles in this section enumerate public API that allows you to create, relocate and customize dock panels and their containers.

Miscellaneous

This section contains examples and additional info regarding the Docking library.

See Also