treeview selection issue

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

Hi,
When my form is loaded and when I click on a node of my treenode, the
first node is always selected first and then I can select whatever node
I want. How come the first node get selected even if I don't click on
it (i havent done any hardcoded selection)

Can someone help please ?
 
Sam said:
When my form is loaded and when I click on a node of my treenode, the
first node is always selected first and then I can select whatever node
I want. How come the first node get selected even if I don't click on
it (i havent done any hardcoded selection)

\\\
Me.TreeView1.SelectedNode = tn
///
 

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