开发者

How to use a control like the one in Visual Studio's Class Details window

开发者 https://www.devze.com 2023-01-03 02:33 出处:网络
There is a control in Visual Studio\'s Class Details window (accessed via Class Diagram) which combines a ListView with a TreeView.The result looks something like this:

There is a control in Visual Studio's Class Details window (accessed via Class Diagram) which combines a ListView with a TreeView. The result looks something like this:

TreeViewNode1
  Column 1      Column 2       Column 3
  开发者_StackOverflowColumn 1      Column 2       Column 3
TreeViewNode2
  Column 1      Column 2       Column 3
  Column 1      Column 2       Column 3

All of the TreeView Nodes are collapsable so that you can view only the nodes you want to. I am looking to implement this, but it doesn't seem to be a .net control. Does anyone know of a control which already exists that allows this? It has to be free (as in beer).


The ObjectListView project has a TreeListView:

How to use a control like the one in Visual Studio's Class Details window


http://www.codeproject.com/KB/list/treelistview.aspx

Found source code here. It's in C#, so had to build a DLL first then include it in my project.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号