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

Docked control close- questions

Hi!
I am using docking manager and i would like to know how can i close a docked control using code.

When a docked control is closed what is the state of this control? is it disposed? if not how can i make it appear again?

Thanks in advance
Stelios

1 Reply

MU Murugan Syncfusion Team September 21, 2006 06:27 PM UTC

Hi Stelios,

Docking control can be closed using the method DockingManager.SetDockVisibility ( control , false ).

this.DockingManager1.SetDockVisibility ( this.Panel1 , false );

When the docking control is closed, It can''t be disposed because it can be made visible whenever we need the control using the same method with different values.

this.DockingManager1.SetDockVisibility( this.Panel1 , true );

Herewith I have attached the sample for your reference. Please go through the sample and let me know if you have any other issues.

Sample


Thanks for using Syncfusion products.

Regards,
Murugan P.S

Loader.
Live Chat Icon For mobile
Up arrow icon