17 Replies
a little more information would be useful
like this
i want the button to be rendered on top of webview
what if you put the button above the webview in the xaml?
tried that
it will render on top of any components regardless of orders
well it might use composition to draw the webview in the window so it would be hard to get something to display above it
and the issue for it on github is still open
https://github.com/MicrosoftEdge/WebView2Feedback/issues/356
GitHub
WebBrowser overlaps other controls in WPF? · Issue #356 · Microsoft...
I am looking to display some WPF controls as overlay on top of web browser control. The moment you add webbrowser control, all other controls on the Page seize to exist. Is this a bug or how the co...
I've done something like this in winforms not wpf tho
idk how you would compose a wpf layer above the webview though
idk if this might help https://github.com/microsoft/Windows.UI.Composition-Win32-Samples/blob/master/dotnet/WPF/HelloComposition/README.md
GitHub
Windows.UI.Composition-Win32-Samples/README.md at master · microsof...
Windows.UI.Composition Win32 Samples. Contribute to microsoft/Windows.UI.Composition-Win32-Samples development by creating an account on GitHub.
probably not
if you wanna go crazy i think its possible to create a win32 window then add a webview to it and then layer a wpf window on top of it 🙈 but thats a mess
yeah
cefsharp doesnt have that problem but it's 100x time bigger
they should make an option to render the wpf in composition so it doesnt have to be behind the webview
yeah
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.