Welcome Guest Search | Active Topics | Sign In | Register

WebBrowser window in widgets Options
Alex Korovkine
Posted: Friday, May 6, 2016 9:15:21 AM
Rank: Newbie
Groups: Member

Joined: 4/29/2016
Posts: 1
Hi,
we are trying to evaluate EO.WebBrowser to see if it will work as the browser engine to display web widgets in WPF application.
When I trying to overlay two widget windows it looks like WebView is always on top. See screenshot below for example

Screenshot
Is there any way to configure web browser engine or WebControl to avoid of control being always on top of any other window?
eo_support
Posted: Friday, May 6, 2016 12:30:40 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

You will not be able to put another WPF control on top of the WebView. This is because WebView uses its own window handle and WPF has a known limitation of not being able to rendering over child windows (since regular WPF control does not have its own window). This limitation applies to any control with its own window handle. You can search for "WPF airspace issue" and you should be able to find plenty of information about this. As far as we know there is no good solution to this issue. So you may want to change your application design to avoid this.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.