Hi, I'm using .Net 1.1 in C# and I have a TreeView control with a bunch of
TreeNodes in there. How can I change the label of a node? I try calling
TreeNode.Text = "new label", but this does not have the right effect, the
TreeView does not get updated. Is there some method that I need to call to
force the update?
Thanks
Marcin Dobosz
Marcin Dobosz - 02 Feb 2006 05:27 GMT
Nevermind, it works.
> Hi, I'm using .Net 1.1 in C# and I have a TreeView control with a bunch of
> TreeNodes in there. How can I change the label of a node? I try calling
[quoted text clipped - 5 lines]
>
> Marcin Dobosz