diff --git a/How-to-programatically-dock-auto-hidden-child-by-clicking-the-sidepanel-in-wpf-dockingmanager/README.md b/How-to-programatically-dock-auto-hidden-child-by-clicking-the-sidepanel-in-wpf-dockingmanager/README.md index 3e588bc..b35bd6d 100644 --- a/How-to-programatically-dock-auto-hidden-child-by-clicking-the-sidepanel-in-wpf-dockingmanager/README.md +++ b/How-to-programatically-dock-auto-hidden-child-by-clicking-the-sidepanel-in-wpf-dockingmanager/README.md @@ -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. \ No newline at end of file +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)