Allow multi-select in a .NET TreeView

后端 未结 6 1535
太阳男子
太阳男子 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:07

    Are check-boxes an option? or do you want the select like you get in a list box?

    • checkboxes are built in
    • select like you get in a list box requires a custom tree control

    There is a multi-select tree control available on CodeProject:Multi-Select Tree View

提交回复
热议问题