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