Hi,
I currently have all the usual components inside a panel in a form, but how can I have it so when I resize the form it will move the components with it?
I already tried
this.panel1.size = new System.Drawing.Size(this.form.size.width, this.form.size.height);
but it didn't work