TreeGridView in VB.NET 3.5
Posted
by hgulyan
on Stack Overflow
See other posts from Stack Overflow
or by hgulyan
Published on 2010-03-20T13:17:51Z
Indexed on
2010/03/20
13:21 UTC
Read the original article
Hit count: 1936
Hi, I need a control like a TreeView, but with option to use multiple columns in a node. There's a controls called TreeListView on codeproject (link text), but it's doesn't have some features I need.
1) I need a key on every node or somehow bind an object to the control.
2) I need to change node image(like in file systems - folders and files)
3) I need a CheckBox on every node
4) I need path and level of a node.
Does anyone know a windows control, that does all this?
Thank you.
© Stack Overflow or respective owner