You want the C1CommandDock to be left docked but with space left open at the bottom? A simple way around this is set the CommandDock.Dock to None. In the form's Resize event, handle the left docking the way you want it to be, such as
C1CommandDock1.Height =
Me.Height - C1StatusBar1.Height
Regards,
Greg L