Is there a way to enable autohide for only certain docked windows?

Basically I have several docked windows. However I have to disable autohiding from the dock manager which turns it on or off for all of the controls it manages..

2 Replies

AD Administrator Syncfusion Team March 12, 2004 05:54 PM UTC

Hi, You could autohide any desired docking control by using code like : DockingManager.SetAutoHideMode(ctrl, true); If you wish to selectively enable/disable the pushpin (autohide button) on the docking window then you could use code like : DockingManager.SetAutoHideButtonVisibility(ctrl, true/false); Please let me know if you need any other information. Thanks for choosing Syncfusion products. Regards, Guru Patwal Syncfusion, Inc.


AD Administrator Syncfusion Team March 12, 2004 05:58 PM UTC

Excellent, thanks for the help. I guess it has to be done programatically, not from the designer. No problem.

Loader.
Up arrow icon