Design Views - Multiple Group Boxes

  • Thread starter Thread starter rh1200la
  • Start date Start date
R

rh1200la

Hi there. I have a winform in C# and my programming is going well.

I'd would like to show/hide 3 groupboxes. My problem i think is
trivial. I am currently designing the form in the design view, and
would like to hide the first group box so i can lay out the second one.
then same goes for the third one (hide the second one).

this is just in design view and layout. any ideas???

thanks.
 
AFAIK, there is no way to hide a control in the designer; however, once you
select the control, by clicking it in the designer or by finding it in the
properties window dropdown list, you can bring the control to the top of the
z-order so that it is on top of everything else. There is an option, that
you should be able to find either on a toolbar or within the menu, that will
allow you to "bring to front" the control that is selected.
 
Back
Top