How can I resize controls with Code in Winforms C#? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
0
picturebox1.Width = xx; picturebox1.Height = xx;
12th Mar 2018, 3:43 PM
sneeze
sneeze - avatar