I am actually working with PictureBox on .NET, then I face the problem below:
- I create a PictureBox of size 370 x 370 with mode size "Normal"
- I have a picture .png of size 370 x 370 (pixel)
- Then I create a button to import the picture to the picturebox via OpenFileDialog
- I run the app, then I click the button and I choose my picture
! Problem: My picture is not fit to my picturebox. Why ?