We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon