I have created code, using a combination of Panel and a picture box, which can scroll the image. That works fine. What I want is the same functionality, but also allow the user to zoom in/out of the image. I am not trying to resize the picture box, but the image within it. This way I can have both, a scrollable and resizable image all on the same form.
Any thoughts would be appreciated.
Thanks.
B.