Scroll picture box

S

Samuel

Is there a way to allow user to scroll an image in the picture box control

I would like to add the following functionality

Scroll bars
Allow user to use the mouse wheel to scroll down the image

Thank you,
Samuel
 
H

Herfried K. Wagner [MVP]

Samuel said:
Is there a way to allow user to scroll an image in the picture box control

I would like to add the following functionality

Scroll bars
Allow user to use the mouse wheel to scroll down the image

Place the picturebox inside a panel control. The panel's 'AutoScroll'
property must be turned on.
 
S

Samuel

Thank you,

What about the mouse wheel?


Herfried K. Wagner said:
Place the picturebox inside a panel control. The panel's 'AutoScroll'
property must be turned on.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top