如何创建一个看起来像VS中使用的TreeView外观?
是否有一个标准的 win 表单组件看起来像这样的 treewiew: 或任何有关创建此类组件的教程?
Is there a standart win form component that would look like such treewiew: or any tutorial on creation such one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是树视图,这只是 PropertyGrid,您可以直接从 MSDN 中的 .NET Framework 检查中重用它:
PropertyGrid 类
this is not a treeview, this is simply the PropertyGrid and you can reuse it directly from the .NET Framework check here in MSDN:
PropertyGrid Class