运行时的集合编辑器
我正在开发一个使用属性网格编辑名称/值对的应用程序。 我的类文件中的一些属性是 ListDictionary 集合。 有没有 我可以在属性声明中应用一个编辑器属性,该属性将使 集合编辑器在运行时工作? 如果没有的话是否可以继承 ComponentModel.Design.CollectionEditor 在运行时使用? 我需要能够添加, 删除和编辑集合值。 多谢, 特里
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 codeproject 文章 [http://www.codeproject.com/KB/ cs/dzcollectioneditor.aspx][1]
在本文中,您将找到在属性网格上实现集合所需的一切
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