I have a list of some custom classes and an UserControl to edit one instance of the class. I want to have a control on a form which allows to add a new instance, delete an instance and edit any instance. What can you suggest for that?
The control should take less space than all UserControls for existing object instance (i.e. have some folding). Estimate maximum number of objects in the collection is 5-7.