[Gambas-user] Picture Viewer Project

Laurent Carlier lordheavy at ...512...
Tue Mar 15 00:43:44 CET 2005


Le Mardi 15 Mars 2005 00:37, Michael Sullivan a écrit :
> OK.  I put the PictureBox inside the ScrollView.  One of my test
> pictures was too big to completely display in the PictureBox even with
> the help of scrollbars.  Is there a way to make the PictureBox expand to
> show the entire image, even if one has to use scrollbars to see the
> entire image?
>

something like picturebox.resize(picture.Width, picture.Height)

-- 

Laurent Carlier




More information about the User mailing list