Thx for clicking on my question.

I'm displaying a form in scrollable panel/window. I'm able to force the window to scroll up/down to a desired point (ONCE), but when I do, the scrollbar doesn't move. So the next time I try, the form jumps back to the top. Very annoying.

Code:
intFormPos = frmMain.pnlMain.VerticalScroll.Value ' Record starting position
[...]
frmMain.pnlMain.VerticalScroll.Value = intFormPos ' Jump back.
Is there a solution? TIA