用于 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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 10:43:13  来源:igfitidea点击:

Free or open source Tree-grid for C#?

c#user-interfacegridviewdatagridtreeview

提问by TheFlash

Is there any Tree-Gridcomponent that is freely available for a C# project?

是否有任何可免费用于 C# 项目的Tree-Grid组件?

采纳答案by Anton Gogolev

ObjectListViewis great:

ObjectListView很棒:

alt text
(source: sourceforge.net)

替代文字
(来源:sourceforge.net

回答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

回答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

www.DigitalTools.com/gvt.aspx

www.DigitalTools.com/gvt.aspx

alt text
(source: digitaltools.com)

替代文字
(来源:digitaltools.com

回答by TecMan

I'v e heard that many developers praise TreeViewAdv for .NET.

我听说许多开发人员称赞TreeViewAdv for .NET