Hi guys, my form has the AutoScroll property set to true. It contains a panel as a "dummy control" so it scrolls, and a WebBrowser inside the panel.

The panel has a background image, which is why I've made it so the WebBrowser doesn't have any anchors.

Anyway, here's my problem; when I use another application, then switch back, the form loses it's scroll position and jumps back to the top of the WebBrowser. Is there any way to keep this position still?