Hi,
I'm adding content Controls to my docking manager using code behind and setting.
DockingManager.SetState(control, DockState.Dock);
DockingManager.SetDockToFill(control, true);
I wanted the SetDockToFill to fill all the space in the Docking Manager, however. it always leaves some empty space. How can I get it so all space in the docking manager is filled?