Articles in this section
Category / Section

How to disable the auto-hide feature in WinForms Docking Manager?

1 min read

Auto hide feature

The AutoHideEnabled property of DockingManager has to be set as False to disable the auto-hide feature in the docking windows. Please refer the below code snippet which illustrates this:

C#

this.dockingManager1.AutoHideEnabled = false;

 

VB

Me.DockingManager1.AutoHideEnabled = False

 

Sample: http://help.syncfusion.com/support/samples/kb/Tools.Windows/TDDisAH/DisAH.zip

Reference link: https://help.syncfusion.com/windowsforms/dockingmanager/auto-hide-window#enablingdisabling-the-auto-hide-functionality

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