AD
Administrator
Syncfusion Team
October 16, 2003 11:32 AM UTC
Hi Thomas,
You could force an auto-hidden docking window to slide out using the DockingManager's ActivateControl method as follows :
dockingManager1.ActivateControl(this.panel1);
You could hide a 'open' auto-hidden docking window by using the DockingManager's HideAutoHiddenControl method as follows :
dockingManager1.HideAutoHiddenControl();
Please refer to the sample application attached which shows how this can be done, and let me know if this helps. Thanks for choosing Syncfusion products.
Regards,
Guru Patwal
Syncfusion, Inc.