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.
 

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

Similar Threads

treeview tag test to label 4
get child node of selected parent node 9
Tag Property for TreeView Node 1
Treeview Drag n Drop 1
Treeview Find Node Issue - VB2005 3
Treeview Control 5
treeview 4
TreeView need help 4

Back
Top