[Gambas-user] ImageView Scrollbars hide if not required?
Benoît Minisini
g4mba5 at gmail.com
Tue Nov 3 17:27:09 CET 2020
Le 03/11/2020 à 16:15, KKing a écrit :
> 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.
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
Please post a project that reproduces the problem.
Regards,
--
Benoît Minisini
More information about the User
mailing list