Aren't both doing the same thing? How is each different from the other in case of the windows forms application.

link|improve this question

74% accept rate
feedback

1 Answer

up vote 7 down vote accepted

Apart from the appearance, Panel is Scrollable whereas GroupBox isn't, and GroupBox has a caption, whereas a Panel doesn't.

link|improve this answer
is that all to it? – Anirudh Goel Jul 21 '09 at 17:43
That's pretty much it alright, they're both containers, and both function the same without borders, captions or scrollbars – Patrick McDonald Jul 21 '09 at 17:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.