Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# How to programatically dock the auto-hidden child by clicking the SidePanel in WPF DockingManager?

As per the behavior of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking), the Auto hidden dock child will expand / hide when mouse hover on AutoHideSidePanel and the “Auto hidden dock child state can be changed to Dock state directly” on clicking anywhere in AutoHideTabItem by handling its SidePanel MouseDown event and using SetDock function in DockingManager.
As per the behavior of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking), the Auto hidden dock child will expand / hide when mouse hover on AutoHideSidePanel and the “Auto hidden dock child state can be changed to Dock state directly” on clicking anywhere in AutoHideTabItem by handling its SidePanel MouseDown event and using SetDock function in DockingManager.

KB article - [How to programatically dock the auto-hidden child by clicking the SidePanel in WPF DockingManager?](https://www.syncfusion.com/kb/9419/how-to-programatically-dock-the-auto-hidden-child-by-clicking-the-sidepanel-in-wpf)