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.