.net - Group Box in WinForms -


I have a question about design winforms.

Should I use or not in my group group? Is it good for the user? Can I give some advantages or disadvantages?

Some people think that this Gog is not enough.

What do you think about it?

One reason is the radiobutton group

You can add every element You should ask yourself some questions:

  • Why should I add the element?
  • Why is this located in this situation?
  • Why is this color?
  • Why am I not using a standard control / color / font /...
  • etc.

If you can find a good answer to this question, then you can include it

  • This saves space on my form because I have a label
  • The user knows that this group is used for control

Comments