From 66b3e20242f05696cc21071829444565965d1b9c Mon Sep 17 00:00:00 2001 From: Lakshmi Priya M <90026429+9629976110@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:42:09 +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-activate-the-child-window-on-trying-to-re-add-the-same-child-in-wpf-dockingmanager/README.md b/How-to-activate-the-child-window-on-trying-to-re-add-the-same-child-in-wpf-dockingmanager/README.md index 84d3919..f4fd53c 100644 --- a/How-to-activate-the-child-window-on-trying-to-re-add-the-same-child-in-wpf-dockingmanager/README.md +++ b/How-to-activate-the-child-window-on-trying-to-re-add-the-same-child-in-wpf-dockingmanager/README.md @@ -1,3 +1,5 @@ # How to activate the child window on trying to re-add the same child in WPF DockingManager? -As per implementation of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking), you cannot add the same element to the DockingManager which is already exist in DockingManager children collection. While adding same child element to the DockingManager, you can activate that element in DockingManager. \ No newline at end of file +As per implementation of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking), you cannot add the same element to the DockingManager which is already exist in DockingManager children collection. While adding same child element to the DockingManager, you can activate that element in DockingManager. + +KB article - [How to activate the child window on trying to re-add the same child in WPF DockingManager?](https://www.syncfusion.com/kb/8791/how-to-activate-the-child-window-on-trying-to-re-add-the-same-child-in-wpf-dockingmanager)