creating a control as a container (like SSTabs)
C#
1
Posts
1
Posters
0
Views
1
Watching
-
How does one go about creating a control that acts as a container such as a panel control or the old SSTabs control? my example is this: im creating a tab control that acts like the SSTabs control of studio 6.0. while in design mode, a user can add tabs with a properties dialog. By clicking the added tabs, one can access a separate container for each tab, allowing the user to create controls that reside in that tab's assigned container. I'm really stuck on this one and i havent had any luck in the usual search engines (codehound, msdn, etc) thanks :confused: