Re: [Gambas-user] Picture Viewer Project
Brought to you by:
gambas
|
From: Michael S. <mi...@es...> - 2005-03-14 23:31:17
|
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? On Mon, 2005-03-14 at 23:36 +0100, Laurent Carlier wrote: > Le Lundi 14 Mars 2005 22:51, Michael Sullivan a =E9crit : > > How do I put the PictureBox in a ScrollView? Whenever I draw a > > ScrollView on the form and then try to move my PictureBox into it, th= e > > ScrollView covers up the PictureBox. I can't figure out a way to set > > the ScrollView as the PictureBox's parent or anything else like that.= .. > > >=20 > try to add the picturebox after the scrollview >=20 |