I have a WebBrowser
in a ScatterViewItem
. There are also other ScatterViewItems in the ScatterView
.
However, I noticed that the WebBrowser doesn't really seem to reside in the ScatterViewItem seemlessly. When I move another ScatterViewItem (containing an Image
) over it, the image will appear behind the WebBrowser
but in front of the ScatterViewItem
holding the WebBrowser. This is the Z-Order:
- WebBrowser
- Image
- Image's SVI
- WebBrowser's SVI
Which would look very strange. How do I fix this so that when I move another ScatterViewItem over it, the ScatterViewItem I'm moving will be on top of the WebBrowser?
EDIT: I have screenshot the problem: