Hi,
I want a scrollable picture box in my application. But picture box can't have auto scroll property on its own. So in order to get scroll for my picture box i placed it in a panel. And set the auto scroll proeprty of the panel to true. And the picture box size mode property to auto size mode. If i follow this approach, if the image size is bigger than picture box size then only its showing the scroll. On other scenarios, scroll is not visible. But i want scroll for the picture box, any time even though image size is bigger or smaller.
Any suggestions will be greatly appreciated.... ..........
I want a scrollable picture box in my application. But picture box can't have auto scroll property on its own. So in order to get scroll for my picture box i placed it in a panel. And set the auto scroll proeprty of the panel to true. And the picture box size mode property to auto size mode. If i follow this approach, if the image size is bigger than picture box size then only its showing the scroll. On other scenarios, scroll is not visible. But i want scroll for the picture box, any time even though image size is bigger or smaller.
Any suggestions will be greatly appreciated.... ..........
Comment