I'm doing a project for class and when I finished it, I tried to maximize the form, but only the form resized and everything else stayed the same. How do I make it so that it'll resize with the form?
Printable View
I'm doing a project for class and when I finished it, I tried to maximize the form, but only the form resized and everything else stayed the same. How do I make it so that it'll resize with the form?
Generally speaking click the anchor property in your control's properties and have all four sides highlighted, this will make everything bigger/smaller when resized. Otherwise if that isn't what you are looking for, then just fool around with it. Like ident said, docking your controls is a different option as well.
I see thanks