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
144
Preventing floating panes from always being on top
posted

When I float ContentPanes in my application they are always displayed on top of the main window. I would like to change this behavior so that if the user clicks the main window it will come to the top, over the floating panes.

I found the Topmost property on PaneToolWindow, but it doesn't apply here. What do I need to do to implement the desired behavior?

Parents
No Data
Reply
  • 45
    Suggested Answer
    posted

    Looks like there is an option to set this on a XamDockManager now:

    http://help.infragistics.com/Help/Doc/WPF/2012.1/CLR4.0/html/xamDockManager_Owned_Panes.html

Children
No Data