vcl-164004-expressdockinglibrary-quick-start-building-user-interfaces-creating-a-visual-studio-net-like-interface.md
This topic will guide you through creating an application with docking functionality similar to Microsoft’s Visual Studio .NET IDE. The resulting application will display a memo editor and a number of dock panels that can be docked to form’s edges, combined into tab containers and side containers.
Follow the steps below:
Create a new application.
Place a TdxDockSite control on the form and set the control’s Align property to alClient. The dock site will always occupy the form’s entire area.
The image below displays an arrangement of dock panels. The auto hide feature is enabled for the panel that is docked to the left edge. The panels at the bottom edge are joined into a side container. The panels at the right are in a tab container. A floating panel is also illustrated.
See Also