How can i use multiple instances of GroupBox in C# Forms?

145 views Asked by At

I want to fill a form with multiple instances of the same groupBox, from top to bottom. I couldn't find a way to clone or duplicate the groupBox.

Duplicate Group Box did not work and neither did this. I have seen a suggestion here to solve this with a user control, but I have no idea how to do this. A simple example would be greatly appreciated.

0

There are 0 answers