I'd like to edit a list of key value(string, string) items using a propertygrid. When I use a Dictionary<string,string>
as type the propertygrid will show a GUI, but it does not seem "enabled", ie. I can't add any items.
Is the Dictionary object supported, or is there any other object with which I could solve this problem?