用于 C# 的免费或开源树形网格?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1199270/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Free or open source Tree-grid for C#?
提问by TheFlash
采纳答案by Anton Gogolev
回答by Thomas Levesque
This one isn't bad : http://www.codeproject.com/KB/tree/TreeWithColumns.aspx
这个不错:http: //www.codeproject.com/KB/tree/TreeWithColumns.aspx
The best one I used is DevExpress's XtraTreeList, but it's not free...
我用过的最好的一个是 DevExpress 的 XtraTreeList,但它不是免费的......
回答by Grzenio
This one seems to work as well: http://www.codeproject.com/KB/list/treelistview.aspx
这个似乎也有效:http: //www.codeproject.com/KB/list/treelistview.aspx
回答by JBrooks
This one isn't free, but cheap enough. Easy to work with if you can create a data column in your binding source that has the hierarchy in the form of a string - i.e. /root/parent/branch
这个不是免费的,但足够便宜。如果您可以在具有字符串形式的层次结构的绑定源中创建数据列,则易于使用 - 即 /root/parent/branch
(source: digitaltools.com)
(来源:digitaltools.com)
回答by TecMan
I'v e heard that many developers praise TreeViewAdv for .NET.
我听说许多开发人员称赞TreeViewAdv for .NET。