PS
Prakash S
Syncfusion Team
May 15, 2003 12:08 AM UTC
Hi Koen,
The Control class properties such as Location, Anchor and Dock have no bearing on controls enabled for docking through the Essential Tools docking windows framework. Looks like you are using the DockingManager.SetEnableDocking(Control, bool) method to set up your layout. SetEnableDocking will always dock the control at the default left border. For specifying dock positions, you will have to use the DockingManager.DockControl(...)/FloatControl(..) set of functions. The Essential Tools 'Docking Package\SimpleCode' sample demonstrates setting up a docking layout programmatically.
Looks like you have certain specific needs that entail you to use the programmatic approach. If not, then the easiest way to create and set up your docking layout would be through the docking windows designer.
Prakash
Syncfusion, Inc.