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 change the caption alignment of dock window in WPF DockingManager?

The Caption elements (Header content, CloseButton, AutoHidePin button, MenuButton… etc) of Dock window will be arranged in the DockPanel of DockHeaderPresenter and the FlowDirection will be Left to Right by default in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). So, the order of the elements will be Header content, MenuButton, AutoHide pin button and CloseButton.
The Caption elements (Header content, CloseButton, AutoHidePin button, MenuButton… etc) of Dock window will be arranged in the DockPanel of DockHeaderPresenter and the FlowDirection will be Left to Right by default in [WPF DockingManager](https://www.syncfusion.com/wpf-controls/docking). So, the order of the elements will be Header content, MenuButton, AutoHide pin button and CloseButton.

KB article - [How to change the caption alignment of dock window in WPF DockingManager?](https://www.syncfusion.com/kb/8797/how-to-change-the-caption-alignment-of-dock-window-in-wpf-dockingmanager)