? Collection add object -> usercontrol add control
? Collection add object -> usercontrol add control
Author
Message
David Mu?o #1 / 2
? Collection add object -> usercontrol add control
I have a collection class to keep some objects I create from another class, I create an instance of the colection class in a UserControl, then, I add objects to the coleccion instancing other class, but I dont know, how to create a control into my user control to represents the interface for the new object I created as class-object into my colection. I mean, I have a colectio that manage Widgets, I have a user control where I instance this colecction. I add widgets to my colection, but I want to widgets controls appear into my usercontrol for each widget I add to the colection, I they must be relationated! Help please. David
Fri, 14 Sep 2001 03:00:00 GMT
David Mu?o #2 / 2
? Collection add object -> usercontrol add control
I have a collection class to keep some objects I create from another class, I create an instance of the colection class in a UserControl, then, I add objects to the coleccion instancing other class, but I dont know, how to create a control into my user control to represents the interface for the new object I created as class-object into my colection. I mean, I have a colectio that manage Widgets, I have a user control where I instance this colecction. I add widgets to my colection, but I want to widgets controls appear into my usercontrol for each widget I add to the colection, I they must be relationated! Help please. David