updating TreeNode label

  • Thread starter Thread starter Marcin Dobosz
  • Start date Start date
M

Marcin Dobosz

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
 
Back
Top