TreeView Event

  • Thread starter Thread starter George
  • Start date Start date
G

George

Can anyone tell me how can I register the "onDoubleClick" on the last node
of each level of a TreeView. I use C# as programming language.

Thanks
George
 
You can register your handler on Double click event and in the handler code
ignore and do nothing if its not the last node in the level.
 

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