Picture in a Picturebox

Hi,

Somebody knows how to shrinks a Picture and display it in a Picturebox without stretching it, keeping the same look.



Answer this question

Picture in a Picturebox

  • wpdehn

    Thanks.
  • selva_kumar

    Me.PictureBox1.SizeMode = PictureBoxSizeMode.AutoSize



  • AsifHameed1

    Hi,

    try setting PictureBox's SizeMode to Zoom. This wil shrink the picture to fit in the PictureBox but keep the aspect ratio.

    Andrej



  • Picture in a Picturebox