I want a picturebox control with scrollbars, as if i was viewing pictures in a webbrowser, but without using a webbrowser. any suggestions?
Printable View
I want a picturebox control with scrollbars, as if i was viewing pictures in a webbrowser, but without using a webbrowser. any suggestions?
You can scroll a picturebox using a vertical scroll bar with just a little bit of code. Attached is an example.