Allow multi-select in a .NET TreeView

后端 未结 6 1534
太阳男子
太阳男子 2020-12-06 00:02

I\'m stuck in .NET 2.0 Windows Forms.

It doesn\'t look like the ability to select multiple nodes exists in the standard TreeView control.

I\'m t

6条回答
  •  执笔经年
    2020-12-06 00:21

    You might look at a 3rd party solution. The Infragistics tree does this. Not free, but the time spent trying to find a solution isn't really free, either.

提交回复
热议问题