Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# How to focus the document window in WPF DockingManager by programmatically?

The document window can be focused using ActivateWindow( ) method of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). Name of the child element can be passed as an argument of ActivateWindow.
The document window can be focused using ActivateWindow( ) method of [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). Name of the child element can be passed as an argument of ActivateWindow.

KB article - [How to focus the document window in WPF DockingManager by programmatically?](https://www.syncfusion.com/kb/8232/how-to-focus-the-document-window-in-wpf-dockingmanager-by-programmatically)