Scroll picture box

  • Thread starter Thread starter Samuel
  • Start date Start date
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
 
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.
 
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.
 
Back
Top