Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
ContentPane.HeaderVisibilityProperty
posted

How to change ContentPane.HeaderVisibilityProperty  to Collapsed in DockManager?

Parents
No Data
Reply
  • 54937
    Offline posted

    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.

Children
No Data