0

Does any control support Treeview with columns and checkboxes in C#(Winforms)?

Can you please let me know which control do the above requirement.

Raghava
  • 25
  • 3
  • 1
    see https://www.aspsnippets.com/Articles/Get-Selected-Checked-CheckBoxes-of-TreeView-on-Button-click-in-ASPNet.aspx – A_Sk Jan 27 '20 at 10:44
  • What are you targetting: Winforms, WPF, ASP..? YOU should __always__ TAG your questions correctly so one can see it on the questions page! - Winfroms dos not have such a thing out of the box. – TaW Jan 27 '20 at 15:43

2 Answers2

0

ObjectListView will make you happy if you target for desktop app. See http://objectlistview.sourceforge.net/cs/index.html

zjg.robin
  • 95
  • 1
  • 5
0

Not sure if you have seen, but there is a similar older question already. I use TreeView with Columns from Codeproject. It lacks checkbox support, however in comments someone wrote that has implemented it.

enter image description here

Creek Drop
  • 464
  • 3
  • 13