I was talking to a guy over email about this question and he told me how to phrase it to where I may be able to get a good answer.


I have a form - within that form I have many other things but one of those is a picturebox that I have set to a specific size

The images that are assigned to that pixel box are almost twice the size of the picbox - (the images themselves are 800 pixels by 600 pixels.

Now of course I can make the picbox resize to fit the size of the image but what i would prefer to do is keep the picbox the exact same size and add scroll bars to it so that you can scroll left and right - up and down - etc to view all of the image.

I have been unable to find a good tutorial on this. The only things that I have found assume the picbox takes up the entire form. Mine does not. I have attached an image to show you what my picbox looks like on the form so you can better understand why i want scroll bars.