DockPanel
The DockPanel allows you to arrange elements relative to one another by docking them at left, right, top or bottom.
RadDockPanel
is the class that represents this panel.
The position of the DockPanel children is determined by the RadDockPanel.Dock
attached property. The position can be Left
, Top
, Right
, Bottom
. The default dock position is Left
.
Defining RadDockPanel and setting the Dock property

The last child of the panel will fill the remaining space after the other elements are arranged, regardless of its RadDockPanel.Dock
value. To change this behavior, set the LastChildFill
property of RadDockPanel
to False
. This way the last child will use its set dock position or Dock.Left
if no dock is explicitly specified.
Setting LastChildFill
