Does any control support Treeview with columns and checkboxes in C#(Winforms)?
Can you please let me know which control do the above requirement.
Does any control support Treeview with columns and checkboxes in C#(Winforms)?
Can you please let me know which control do the above requirement.
ObjectListView will make you happy if you target for desktop app. See http://objectlistview.sourceforge.net/cs/index.html
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.