I've been trying with failure to add scrollbars( both vertical and horizontal) to my picturebox.
Am coding in C#.NET and i need some help on how to add scrollbars. The situation is that i load an image at runtime into the picturebox, but when the image size exceeds the form size i cant see the whole image and so i want to add scrollbars if the image size exceeds 800x600 at runtime.
Please help me,
Thanking you all in advance
Waiting in anticipation... .
Am coding in C#.NET and i need some help on how to add scrollbars. The situation is that i load an image at runtime into the picturebox, but when the image size exceeds the form size i cant see the whole image and so i want to add scrollbars if the image size exceeds 800x600 at runtime.
Please help me,
Thanking you all in advance
Waiting in anticipation... .
Comment