I m working on windows project and using c#. I want to catch treeview selected node which i click that by right click.
I’m writing tvlocation.SelectedNode.Index
but it return only Root Node’s index.
Thanks for your helps…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are looking to identify the node that was clicked on, then handle the NodeMouseClick event, as follows:
You could select the node programatically here, if you need that too.