Question

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

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top