TreeView1.SelectedNode.Remove-missing Tag

  • Thread starter Thread starter Able
  • Start date Start date
A

Able

Dear friends

I remove the selected node in a treeview like this:

TreeView1.SelectedNode.Remove

When this is done I see something odd has happened. That is the tag and text
properties of the last node in the folder has disappeared. Do somebody know
why and how to prevent this?



Regards Able
 
* "Able said:
I remove the selected node in a treeview like this:

TreeView1.SelectedNode.Remove

When this is done I see something odd has happened. That is the tag and text
properties of the last node in the folder has disappeared. Do somebody know
why and how to prevent this?

I am not able to repro that on a Windows XP Professional + .NET 1.1
system.
 
Back
Top