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

Docking Library

  • 2 minutes to read

Overview

Docking Demo Small Overview

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.

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

  • 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.

WinForms - Docking - Basics

Panel Header Buttons

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

WinForms - Docking - Custom Header Buttons

Managing Dock Panels in Code

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

WinForms - Docking - Code

Miscellaneous

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

See Also