String Collection Editor

Hi
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

[653 byte] By [codefund.com] at [2007-12-16]
# 1
I haven't done this myself, so I can't vouch for this code, but I did a search and found <a href=" http://www.dotnet247.com/247reference/msgs/29/148681.aspx">this link</a>. Perhaps it will help some.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Designer...