Many thanks for your reply.
I am using VB .NET and so translated your solution. I add the following line:
However, the Add button is not enabled. What do I have to do to get the Add button enabled? Or is this not how the control is intended to work?
Many thanks for your help - this CollectionControl is exactly what I need (if I can get the Add button working too!)
I am using VB .NET and so translated your solution. I add the following line:
CollectionControl1.NewItemTypes = New List(Of System.Type)() From {GetType(Person)}
This works in that I now have Person populating the combo Box.However, the Add button is not enabled. What do I have to do to get the Add button enabled? Or is this not how the control is intended to work?
Many thanks for your help - this CollectionControl is exactly what I need (if I can get the Add button working too!)