I'm trying to make a node in the tree turn to edit mode when a node is clicked, and then clicked again shortly after (not doubleclicked). This would work much like the way windows explorer works for renaming a file. What is the best event to use for doing this?
Yup it was easy as that. Thanks for the help.
Unless I misunderstood this, you just have to set UltraTree.Override.LabelEdit to True.