Removing Controls Form The Docking Manager

How do I remove controls from the docking manager.

1 Reply

MU Murugan Syncfusion Team April 25, 2007 03:24 PM UTC

Hi Shane,

We could easily remove a control from a DockingManager using SetEnableDocking method. SetEnableDocking ( control , true ) enables a control to add to DockingManager. SetEnableDocking ( control , false ) removes the a control from DockingManager. Please let me know if you have any queries.

Code snippet:

this.dockingManager1.SetEnableDocking ( ctrl , false );

Thanks for using Syncfusion products.

Regards,
Murugan P.S

Loader.
Up arrow icon