How do I make web elements behind navigation bar

Hi, New to the designer so excuse me if this has been covered (couldn’t find info on it)

I’m trying to use a web browser element BEHIND the navigation pane on the left. I’ve tried ‘send to back’ with no avail. (see attached photo)

This is only going to be an issue in the simulator. The actual apps will work correctly.

The simulator is using the Windows WebBrowser control & that control will always be in the foreground.

1 Like

That’s a known issue with the WPF WebBrowser control. The actual apps will use native controls so this isn’t a problem with them.

https://social.msdn.microsoft.com/Forums/vstudio/en-US/60daa617-d3bc-4a38-aeca-a7c9125fefe9/why-wpf-webbrowser-control-is-always-on-top-?forum=wpf

Hi Thank you! I should have really tested on device first.

1 Like