I load a picture which is larger size than the picture box using
"Set Picpaint.Picture = LoadPicture(fn)"

I want to add horizontal and verticle scroll bar to the picture box.
however, when I click the scroll bar, the picture in the picture box seems to be able to scroll, but the viewable picture size is not the original picture size but the same size as the picture box, how to fix it

also, how can I make the scroll bar not showing if the picture size is smaller than the picture box?

thank you