[Gambas-user] Having a bit of trouble with ImageView ZoomfFit

Cedron Dawg cedron at exede.net
Wed May 1 16:23:04 CEST 2019


Adding a button with the following code also worked properly:

Public Sub Button1_Click()

        ImageView1.Image = Image.Load("~/Pictures/Wallpaper1920/Squirrel1920.JPG")
        ImageView1.ZoomFit(0)

End


More information about the User mailing list