String Collection Editor
Can anyone tell me how can i associate a String Collection Editor -- the type a ListBox has for its Items property -- with my own control.
I tried one approach.But it failed on two accounts.
This is what i did :
My control is inherited from ArrayList. I changed it to StringCollection.
Failure :
1) I do get a collectionEditor - but it is not like that of the Items property of a ListBox.
2) When i try to add an Item in the CollectionEditor - it says
"Constructor on System.String not found".
Kindly let me know, wot can be done, if possible keeping the base class as ArrayList only.
regards
Vikas

