wpf-6821-controls-and-libraries-layout-management-dock-windows-dock-and-layout-object-hierarchy.md
The following list enumerates all basic UI building blocks available to you with the DockLayoutManager component. The list also indicates the nesting order of supported objects.
LayoutGroup (root)
Group Content
You can place the following items in groups:
Do not combine dock and layout items within a single LayoutGroup.
Do not combine LayoutGroups that contain dock items with groups that contain layout items. If you need to arrange layout items next to dock items, add the layout items into a LayoutPanel.
Do not use dock items outside the DockLayoutManager control.
Do not add LayoutControlItems in LayoutPanels. Instead, wrap LayoutControlItems with a LayoutGroup and then add the LayoutGroup in a LayoutPanel :
Dock Layout Manager: Get Started This topic shows how to create and manipulate general Dock UI panels and groups.Dock UI ItemsThis topic describes DockLayoutManager‘s items that you can use to build a dock UI.Layout UI ItemsThis topic describes DockLayoutManager‘s items that you can use to build a layout UI.
See Also