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)