PictureBox Pan
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Hi. Does anybody know if it is possible to ‘pan’ a PictureBox? Thanks. Brad
-
Hi. Does anybody know if it is possible to ‘pan’ a PictureBox? Thanks. Brad
If you are meaning like scrolling around, try putting one in a panel and setting the panel's .AutoScroll() Property to true. Hope this helps
-
If you are meaning like scrolling around, try putting one in a panel and setting the panel's .AutoScroll() Property to true. Hope this helps
Actually what I would like to do is a Pan similar to what a lot of drawing packages like AutoCAD have...left click and hold while dragging the image around the viewer. This is a very handy option when the picture is zoomed in very close. Thanks Brad