How can I resize controls with Code in Winforms C#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I resize controls with Code in Winforms C#?

I mean modify the control size with the (example) PictureBox.Size = Propertie, for example, when I click that PicBox?

12th Mar 2018, 12:39 AM
SebGM2018
SebGM2018 - avatar
1 Answer
0
picturebox1.Width = xx; picturebox1.Height = xx;
12th Mar 2018, 3:43 PM
sneeze
sneeze - avatar