diff --git a/How-to-restrict-the-dockability-of-child-window-to-client-area-in-dockingmanager/README.md b/How-to-restrict-the-dockability-of-child-window-to-client-area-in-dockingmanager/README.md index 1d4bd88..9c54447 100644 --- a/How-to-restrict-the-dockability-of-child-window-to-client-area-in-dockingmanager/README.md +++ b/How-to-restrict-the-dockability-of-child-window-to-client-area-in-dockingmanager/README.md @@ -1,3 +1,5 @@ # How to restrict the dockability of child window to client area in WPF DockingManager? -This article describes about how to restrict the docking abilities of the desired element, while trying to place the element in the Client area. If the element is dropped over the Client Area, the element is moved to its previous position in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). \ No newline at end of file +This article describes about how to restrict the docking abilities of the desired element, while trying to place the element in the Client area. If the element is dropped over the Client Area, the element is moved to its previous position in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). + +KB article - [How to restrict the dockability of child window to client area in WPF DockingManager?](https://www.syncfusion.com/kb/8697/how-to-restrict-the-dockability-of-child-window-to-client-area-in-wpf-dockingmanager)