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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top