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
840
Styling Floating Pane
posted

Is it possible to style the floating panes and remove the default OS chrome?

Parents
  • 54937
    Suggested Answer
    Offline posted

    You can remove the OS chrome by handling the ToolWindowLoaded and setting the e.Window.UseOsNonClientArea to false. You can restyle the PaneToolWindow. Note, the default styles for PaneToolWindow that we include in the xamDockManager xaml included in the DefaultStyles just references/bases on the default styles we have for the base class - ToolWindow which is in the Windows assembly so if you want to create your own style it would be best to take one of those styles and use that as your starting point.

Reply Children