Customizing DockWindow¶
By Lex Li
This page shows you how to customize DockWindow
.
In this article:
Change DockWindow Z-Order¶
There are four DockWindow
instances created in DockPanel
control, where later new DockContent
instances
can be inserted to. By changing their Z-order, the layout style can be controlled.
this.dockPanel.UpdateDockWindowZOrder(DockStyle.Right, true);