How to Enable/Activate DockingManager when it is closed by the user ?

When dockingManager1.CloseEnabled is true and user close the Main Docking Windows. Next time when I try to Dock a new Controls in the DockingManager it never shows up. Can you please let me know how to make the docking manager visible which was closed by the user while adding a new control to dockingManager ? Thanks.

1 Reply

VS Vijayanand S Syncfusion Team September 23, 2005 02:51 PM UTC

Hi Soumen, You could get the closed docking window by this.dockingManager1.SetDockVisibility(control,true); . If you close the Docking window by clicking on the ''x'' button on the docking window, It just hides the window. Please take a look at this test sample and let me know if this resolves your problem. Otherwise modify this sample which reproduces the issue and send it over to me. Thanks for using syncfusion products. Regards, Vijay

Loader.
Up arrow icon