Create a picture box - this will be your viewport and will be a container
for your current (output) picbox. Give it the same background color as your
output picbox. Change the BorderStyle of your output picbox to 'none' and
place it in the viewport picbox. Place your scrollbars on the form. In the
Scrollbar Change event, modify the Top and Left properties of the output
picbox, in effect 'scrolling' it around inside the viewport.
Note that the output picbox must be wide/tall enough to handle all the
output. Only the visible area will change.