Custom GroupBox with round edges
问题 I have a question about UI in visual studio, in C#. I want to make my groupbox custom to look like this: and then, I also want it to expend depends on the user's screen resolution, so the size of the group box isn't fixed, and I need it to be for example 80% of the screen. So my question is actually two question: make a groupbox costum make it 80% (for example) wide of the screen. EDIT : thanks to this answer: How to make group box text alignment center in win forms? I managed to do what I