Hi...
I have a little Design-time collections property grid display question...
I have a class that inherits from CollectionBase.
This class is part of a UserControl, returned from a Public Property.
How do I make it appear on the Property Grid, at design time, so I can edit it's items on the Object Collection Editor?
Note1: all the items on this collection have the same type.
Note2: I can make it a TypedCollection but then I will loose, for example, the Add & AddRange methods.
Thanks.
Alex
I have a little Design-time collections property grid display question...
I have a class that inherits from CollectionBase.
This class is part of a UserControl, returned from a Public Property.
How do I make it appear on the Property Grid, at design time, so I can edit it's items on the Object Collection Editor?
Note1: all the items on this collection have the same type.
Note2: I can make it a TypedCollection but then I will loose, for example, the Add & AddRange methods.
Thanks.
Alex