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
1540
Changing Z-order of floating ContentPane undocked from TabGroupPane to bring to front
posted

I have a TabGroupPane within a XamDockManager.  If I undock the tabs so that they are floating ContentPane objects and overlapping each other, how do I programmatically change the Z-order of one of the ContentPane objects underneath another to bring it to the front?  ContentPane.BringIntoView() doesn't work unless it's docked on the TabGroupPane.

Thanks

Jason