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