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.
|
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!
|