Welcome Guest Search | Active Topics | Sign In | Register

place controls on top of the webbrowser Options
Rasmus
Posted: Monday, August 11, 2014 12:42:25 PM
Rank: Advanced Member
Groups: Member

Joined: 4/17/2014
Posts: 35
Hello

Looking for different way how to place wpf controls on top of the webbrowser.
The only working way at the moment is popup control, which causes a lot of mess on controls side (controlling animations and etc).

Regards
Rasmus K.
eo_support
Posted: Monday, August 11, 2014 12:53:01 PM
Rank: Administration
Groups: Administration

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

You can not do that with the WPF WebControl. You can only do that with the Windows Forms WebControl. The reason is because WebView has its own window and WPF does not render over child windows (except for Popup control). This is a known limitation by WPF and we are not ware of any good/clean workaround for this. Sorry about it!

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.