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

Re: updating TreeNode label by Marcin

Marcin
Wed Feb 01 23:27:30 CST 2006

Nevermind, it works.


"Marcin Dobosz" <md36@duke.edu> wrote in message
news:Oshm2d7JGHA.2088@TK2MSFTNGP11.phx.gbl...
> 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
>