07-28-2010 02:20 AM
Buongiorno,
devo gestire un Tree control.
Vorrei effettuare un doppio click su un elemento e quindi in mase all'elemento selezionato procedere con le altre azioni.
Negli esempi ho trovato il modo per generare la lista, cambiare l'icona dei singoli elementi, etc. ma nessun esempio dove viene selezionato un elemento con doppio-click
Grazie
07-28-2010 06:34 AM
Translation
Hello,
I manage a Tree control.
I would like to double click on an item and then proceed to the selected mase with other actions.
In the examples I have found a way to generate the list, change the icon of individual elements, etc.. but no instance where an item is selected by double-clicking
Thanks
07-28-2010 06:52 AM
You can use the Tree Double Click event to capture the double click, then use the Point to Row Column invoke node to covert the double click coordinates to the selected tree item tag.
07-28-2010 06:52 AM
please see the screenshot. I hope I could help you in this matter!