Hello,
TreeNode collection inserted into TreeView does not (by my investigations)
contain any reference to user supply data which could identify the node or
could link some user data to the node. So how to achieve the aim.

Ondra.

Re: TreeNode collection without user data by William

William
Thu Oct 23 08:20:18 CDT 2003

The TreeNode class has a property called Tag, which you can use to store any
data that you want to refer back to.


"Ondrej Sevecek" <ondra@sevecek.com> wrote in message
news:eTWiYYWmDHA.3316@tk2msftngp13.phx.gbl...
> Hello,
> TreeNode collection inserted into TreeView does not (by my
investigations)
> contain any reference to user supply data which could identify the node or
> could link some user data to the node. So how to achieve the aim.
>
> Ondra.