Whenever I set the .max properties of a scroll bar i.e. vscroll1.max=picture1.height , the picture scrolls almost double than it's height.
What is the right way to scroll the picturebox inside another picturebox so that is scrolls to it's exact height?

Kinjal