How can I help you?
How to enable or disable AutoHide behavior?
4 Feb 20251 minute to read
AutoHide behavior can be enabled or disables using AutoHideEnabled property in DockingManager.
//To enable the AutoHide behavior
this.dockingManager1.AutoHideEnabled = true;'To enable the AutoHide behavior
Me.dockingManager1.AutoHideEnabled = true