R – overlay for WebBrowser control in WPF application

browseroverlaywpf

can give somebody me a hint how to display "overlay controls" in the WebBrowser control in my WPF application? I'd like to display navigation graphics as overlay so the user can select a function and the navigation controls disapear after selecting it.

not really experienced in WPF for now. 🙁 i have no idea where to start. any hint or link would be great. thank you

Best Answer

There are going to be issues with this. there are "airspace" issues with the WPF browser control. basically, it means you can't put anything over the top of the browser control.

The work around is to put your overlaid controls into a popup control.