How to change ContentPane.HeaderVisibilityProperty to Collapsed in DockManager?
HeaderVisibility is a read-only property that the ContentPane initializes based on its current state - e.g. the header is collapsed if its PaneLocation is Document (i.e. its within the DocumentContentHost) or if its the only visible pane in a floating window. If you need to hide it for some other reason then you will need to retemplate the ContentPane.