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
585
XamDialogWindow and the WebBrowser control
posted

Hi,

Anyone know if the XamDialogWindow is able to work with a built-in WebBrowser control? I've got a modal XamDialogWindow over the top of a WebBrowser and the WebBrowser is always on top (the window entitled 'Submit Application' is the XamDialogWindow. The browser window should be underneath it.) Using 10.3.20103.2065 (.NET 4).

Thanks,

Gary.

Parents
  • 7305
    posted

    Hello,

    The reason for this behavior is because the WebBrowser control is a wrapper around explorer control that gets its own hWnd host and does not allow WPF to draw any element over. This would also happen with standard wpf popup element that is set as modal.

    As far as XamDialogWindow, I can submit this internally as a feature request, which will be reviewed to determine if or when it may be implemented. Let me know if you want me to submit.

    Thank you,
    Sam

Reply Children