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.
Hello,
Since the WebBrowser control internally instantiates the native WebBrowser Active X control this behavior is due to airspace issues.
One way you may be able to get around this is to simply change the height of the WebBrowser when the application menu is opened / closed. See attached sample.
For other suggestions, please see: http://blogs.msdn.com/b/jgoldb/archive/2010/06/07/wpf-airspace-when-using-web-browser-control.aspx
Let me know if you have any questions.
Sincerely,
Valerie
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
I am experiencing a similar issue, but with the Backstage component (XamRibbon.ApplicationMenu2010)
I wanted to know if there has been any development about this.
Thank you!
Feature request has been submitted. Our product team chooses new feature requests for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development you will be notified at that time. Your reference number for this feature request is FR12985.
Thank you for your request.
Sincerely,SamDeveloper Support EngineerInfragisticswww.infragistics.com/support
Hi Sam,
I also experience this issue. It would be great if a feature request is submitted. Thank
Best Regards,
Steven
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