Aren't both doing the same thing? How is each different from the other in case of a Windows Forms application.
Asked
Active
Viewed 2.2k times
2 Answers
38
Apart from the appearance, Panel is Scrollable whereas GroupBox isn't, and GroupBox has a caption, whereas a Panel doesn't.

Patrick McDonald
- 64,141
- 14
- 108
- 120
-
4That'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
4
Apart from the appearance, Panel is Scrollable whereas GroupBox isn't, and GroupBox has a caption, whereas a Panel doesn't.
Panel is scrollable, GroupBox is not.
Panel allows drop, GroupBox don't.
GroupBox always have property TabStop enabled, in Panel you can choose.

Norbert Nowocin
- 149
- 1
- 6