0

I have been trying different way of arranging my elements in my application but no matter what I do I cannot set my stackpanel on top of a web browser element. Is there any way to accomplish this?

I have tried setting the order of the items and even manually adjusting the z-index. I've also tried a couple different grid layouts but still the same result.

Mr.Smithyyy
  • 2,157
  • 12
  • 49
  • 95

1 Answers1

1

You can't , WebBrowser it's a wrapper around the IE COM Control and you can't put anything on it.

Giangregorio
  • 1,482
  • 2
  • 11
  • 12
  • You can also check this answer http://stackoverflow.com/questions/9039593/how-can-i-put-webbrowser-display-behind-my-control – Giangregorio Sep 28 '15 at 21:21