是否有可用的数据驱动的 WPF 属性网格/编辑器? (最好是免费的)
我正在寻找数据驱动的 WPF 属性网格/编辑器。
大多数属性网格似乎都使用反射来确定类上的 CLR 属性。然后,这些属性将通过特定于属性类型的编辑器显示在网格中。
但是我没有想要插入属性网格的特定类。我所拥有的只是数据,特别是名称/值对的集合。我想将此集合放入网格中,并有一个特定于每对值类型的编辑器。
有谁知道支持数据驱动属性的现有属性网格/编辑器控件?
另外,如果它看起来像 Blend 中的属性网格/编辑器,我也不会抱怨;)
I'm looking for a data-driven WPF property grid/editor.
Most property grids appear to work using reflection to figure out the CLR properties on your class. Those properties are then displayed in the grid with editors that are specific for the type of the property.
However I don't have a specific class that I want to plug into the property grid. All I have is data, specifically a collection of name/value pairs. I want to put this collection into the grid and have a editor that is specific for the value type of each pair.
Does anyone know of an existing property grid/editor control that supports data-driven properties?
Also if it looks like the property grid/editor in Blend I won't complain ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从未使用过它,但根据我在 codeplex.com 上读到的有关 WPF PropertyTools 支持动态编辑当前选定对象的信息。
http://propertytools.codeplex.com/
I've never used it, but from what I've read about the PropertyTools for WPF on codeplex.com supports dynamically editting the current selected object.
http://propertytools.codeplex.com/