Grouping of user controls?

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Is there any way to group user controls? with out manually doing it... I
have about 100 controls and the all show up in that users controls list in
the toolbox... is there any way in code for the user control to put them
into different groups or anything like that to arrange them better? thanks
 
* "Brian Henry said:
Is there any way to group user controls? with out manually doing it... I
have about 100 controls and the all show up in that users controls list in
the toolbox... is there any way in code for the user control to put them
into different groups or anything like that to arrange them better? thanks

Simply add a new group to the toolbox (there is a command for doing that
in the toolbox's context menu), then drag the icon of the usercontrol
onto the new tab.
 
Well I meant is there a way to have VS.NET automaticly place them into
groups by like assigning a group name or something to a control, manually
doing it I know how to do :) but 5 devs organizeing a massive ammount of
controls gets tedious...
 
Back
Top