How to create a scrollable frame ?
Hi all,
I would like to attach the picture inside a frame. However, the quantity of picturebox can't be predefined. Thus, it may implicated the picturebox loaded into frame exceed the height of frame. By the way, can I make the frame allowed scroll ?
Anyone can help me or give me some other idea.
Thanks
Best Regard
Chia
Re: How to create a scrollable frame ?
Insert borderless picturebox inside the frame and load your pictures inside that "main" picturebox container (you'd have to properly resize "main" picturebox container on every new load.
Then using hscroll/vscroll controls move "main" picturebox up/down and/or left/right.
Forum is flooded with samples so try searching for something like "scrollable picture", etc...