Articles in this section
Category / Section

How to dock and auto hide that into certain edge of Form in WinForms Docking Manager?

1 min read

Change auto hide side

The Docking Manager has a method called DockControlInAutoHideMode which enables docking for a control and hides that in specified edge of the HostControl. Please refer the below code snippet which illustartes this.

C#

dockingManager1.DockControlInAutoHideMode(panel1, Syncfusion.Windows.Forms.Tools.DockingStyle.Top, 100);

 

VB

DockingManager1.DockControlInAutoHideMode(panel1, Syncfusion.Windows.Forms.Tools.DockingStyle.Top, 100)

 

Sample: http://help.syncfusion.com/support/samples/kb/Tools.Windows/TDHideTop/HideTop.zip

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

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