treeview - use of the enter

0

I'm putting together a treeview from an SQL table. In C # What I want to do now, is use the ENTER instead of the double click so that in the node (which is dynamic because it is armed from a table) call a form.

In the event NodeMouseDoubleClick I have the action programmed, but I can not find an event NodeEnter , nor NodeKeyPress .

Someone can help me how to do it.

Thank you very much

    
asked by Pablo 27.07.2018 в 03:07
source

0 answers