I'm trying to scroll a bitmap in a picture box using 2 scrollbars like you'd expect.
But the code only works if I set the Largechange property of the scrollbars to 0. If I use a number greater than 0 then the bitmap appears in the wrong place.
I can't see how LargeChange should make any difference.
What is the normal method for showing a bitmap in a picturebox using scrollbars?
Code would be great, please.
