[Gambas-user] ImageView Scrollbars hide if not required?
KKing
kicking177 at gmail.com
Tue Nov 3 16:15:23 CET 2020
If I resize the form large enough I don't want applicable ImageView
scroll bar to appear e.g. Horizontal.
I have the following
If (Me.W > (intImageWidth)) Then
ImageView1.W = intImageWidth
Else
ImageView1.W = (Me.W)
Endif
But if I resize form wider than the image I still end up with a
horizontal scroll bar and very minor amount of scrolling.
K.
More information about the User
mailing list