Immediately after adding a treenode to a treeview, I would like to do a BeginEdit on the node - so the user can rename the node. If I do that (programatically), nothing happens. However, I have a button that the user can press when viewing the TreeView and in the Click Event of that button, I programmatically do a BeginEdit on the selected node, that works just fine.
Dave (6.4 P2)