Tagged Questions

1
vote
1answer
2k views

panel vs groupbox in a windows forms application

Aren't both doing the same thing? How is each different from the other in case of the windows forms application.
0
votes
2answers
111 views

2 panels in a GROUPBOX? WinForms

Is it possible to put 2 panels inside a groupbox?? Because I put 2 panels inside my groupbox and I Made them hidden. Whenever I try to make them Visible only the first panel appears. I've tried it ...