How to scroll an image?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, is there a simple way to scroll the image that is larger than the screen size in a simple way?please help Best regards, E.A.
Do you mean scrolling a PictureBox? Read this ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemWindowsFormsScrollBarClassTopic.htm Basically you attach a ScrollBar component to the picturebox. In the link there is a full sample. Eduardo Diaz site | english blog | spanish blog