Docking thru designer - DockingStyle

Hi,

we are using the docking manager thru designer. Now I want to set the DockingStyle for the control to bottom. The default seems to be left. How can this be achieved?

Cheers,
Franz

2 Replies

FG Franz Gsell October 11, 2007 08:09 PM UTC

please very urgent...


J. J.Nagarajan Syncfusion Team October 15, 2007 03:48 PM UTC

Hi Franz ,

Thanks for your interest in Syncfusion products.

We can dock a control at the bottom by using the docking manager. Please use the following code to achieve this behavior.

[C#]

this.dockingManager1.DockControl(this.panel3, this, DockingStyle.Bottom, 100);


Please let me know if this helps.

Regards,
Nagaraj

Loader.
Up arrow icon