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
2165
XamDockManager and XamDialogWindow wrong behavior
posted

Hello,

I am using a XamDockManager and a XamDialogWindow in my MVVM application and I have an error in view.
 -  When the XamDockManager Splitspane is docked the Xamdialog window appears normaly and will be the top most window, but when the XamDockManager Splitspane is floating, and I want to open the XamDialogWindow, this window appear behind the floating window, or when I click on the window it also remains behind the split pane. What I want to achieve is that the XamDialogWindow is shown in the front of the split pane as the top most window in the application.
 
What solution could be applied for these error, because my application is working with XamDialogWindows and I need this to work well with the XamDockManager I am using.
 
To present the problem I have attached a sample, so you can see the behavior described above .

Thanks,
DVSE Gmbh

XamDialogWindow_XamdockManager.rar
Parents
  • 54937
    Offline posted

    XamDialogWindow does not show a top level Window. It shows an element within the Window for which you have shown it. XamDockManager works like VS where the floating windows are separate top level windows. So it will not be possible to have the xamDialogWindow shown for the main window be above the floating panes.

Reply Children