Hi, I'm working on an application to edit name/value pairs using a property grid. Some of the properties in my class file are ListDictionary collections. Is there an Editor attribute that I can apply at the property declaration that will make the Collection Editor work at runtime? If not, is it possible to inherit from ComponentModel.Design.CollectionEditor for use at runtime? I need to be able to add, delete and edit the collection values. Thanks alot, Terry
|
|
I think that this article explains what you need: How to Edit and Persist Collections with CollectionEditor |
||
|
|
|
|
from codeproject article [http://www.codeproject.com/KB/cs/dzcollectioneditor.aspx][1]
In this article you'll find everything you need to implement your collection on the property grid |
||
|
|
