From 956f27aa0147f1e6a4173793c03cb5aeeed924dd Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:54:18 +0530 Subject: [PATCH] Update README.md documentation(DOC-3343): KB link --- .../README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)