Articles in this section
Category / Section

How to set delay for pinned docking window to return to a pinned state in WinForms Docking Manager?

1 min read

AutoHide Interval

It can be achieved by setting value to the AutoHideInterval property for delaying the display of the pinned docking window. Its default value is 400 milliseconds. Please refer the below code snippet which illustartes the use of this property:

C#

this.dockingManager1.AutoHideInterval=3000;

 

VB

Me.dockingManager1.AutoHideInterval=3000;

 

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

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