I’m looking for a more advanced TreeView component
than we get in the .NET 2 Framework. What I need is a TreeView component that
allows me to control what nodes must have checkboxes.
I’m sitting with a problem (a problem that I did not
have in Delphi) where I need only my child
nodes in the TreeView to have checkboxes, but my parent node shouldn’t.
And something I would very much like to use
in the future is tri-state checkboxes, like on the parent node to indicate that
the child nodes are all selected, some are selected or none of them are selected.
Can anyone help me here?
P.S. I'm using C#