How to combine WebView and DropShadow?

Hi there,

I have a question regarding to Native theme and DropShadow or Basic theme and WebView.

I’m working on app where I want to drop some shadows and also display some HTML page content. Unfortunately both are not going well together.

For example, when I use Basic theme and then create some docked panel on top with DropShadow effect (Material Design style), this effect is displayed correctly. But in case I add also WebView (in NativeViewHost) which fill the rest of blank space, DropShadow effect on my panel is overlaped with mentioned NativeViewHost. Also, when I tried to add some menu which can be swiped from left edge (again Material Design style), this menu is shown on top of everything in Basic theme except of NativeViewHost which is always on top of everything so basically my menu is not visible in case I have displayed page with WebView.

I didn’t fugured out how to get this functionality working so I have swithced to Native theme. Here I got menu working but without DropShadow at all.

So, my question is if there is a way to drop shadows in Native theme or somehow change Z position of NativeViewHost or any other approach? BringToFront or SendToBack didn’t help.

Please let me know. Thank you in advance.