Articles in this section
Category / Section

How to make auto hidden controls to get hide automatically when clicking anywhere on the form in WinForms Docking Manager?

1 min read

Auto hide

In General, the docked auto hidden controls doesn't get hide automatically while clicking anywhere on the form. But this can be achieved by setting true to the AutoHideActiveControl property of the DockingManager. Please refer to the below code snippet which illustrates this:

C#

dockingManager1.AutoHideActiveControl = true;

 

VB

DockingManager1.AutoHideActiveControl = True

 

Sample: http://help.syncfusion.com/support/samples/kb/Tools.Windows/TDAHActivecon/AHActivecon.zip

UG document link: https://help.syncfusion.com/windowsforms/dockingmanager/auto-hide-window#auto-hide-groupactive

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied