Panel + PictureBox + AutoScroll ?

  • Thread starter Thread starter Chris Morse
  • Start date Start date
C

Chris Morse

I'm trying to figure out how to get Panel to autoscroll a picturebox
that changes size. Initially, the picture box is the same size as the
panel, but when I add a "zoom" function that doubles the picturebox's
size, the panel does not display any scroll bars.

Now, even in the IDE designer, I cann't get scroll bars to appear.
I've set the AutoScroll to True and nothing seems to work.

Any suggestions?

// CHRIS
 
I'm trying to figure out how to get Panel to autoscroll a picturebox
that changes size. Initially, the picture box is the same size as the
panel, but when I add a "zoom" function that doubles the picturebox's
size, the panel does not display any scroll bars.

Now, even in the IDE designer, I cann't get scroll bars to appear.
I've set the AutoScroll to True and nothing seems to work.

Any suggestions?

// CHRIS

Nevermind.. I had originally used CUT/PASTE to add my picture box to
the panel; I deleted it and created a new one and now it works as
expected. Strange..

// CHRIS
 
Back
Top