TreeView with columns

前端 未结 4 980
鱼传尺愫
鱼传尺愫 2020-12-04 10:09

I need a multi columned Treeview for an app I am writing, I was wondering if anyone knew of a free working (in Vs-2010) multi columned Treeview.

4条回答
  •  一向
    一向 (楼主)
    2020-12-04 10:44

    There are a number of sample controls to be found around the web:

    • TreeViewAdv for .Net
    • TreeView with Columns
    • ContainerListView and TreeListView

    But the all-time favorite is probably the ObjectListView, which provides an expandable, multi-column ListView, along with many other incredibly handy features:

       ObjectListView sample

提交回复
热议问题