Here's a little control you can add to your form when a graphic you
are showing is large.
Printable View
Here's a little control you can add to your form when a graphic you
are showing is large.
What is a Scrollable ViewPort Control and what does it do, how would I use it?
Put the control on a form and set the Picture property to
a supported file (bmp,jpg,gif.metafile,ico). The control will
compute whether it needs an HScroll or VScroll or both,
based on the UC's size and the picture size.
Thanks its working perfectly