I am using Silverlight 3.0 and I have a TreeView with a bunch of nodes.
I want users to be able to click on a Add node button and add a node which is simple enough. However I also want users to be able to rename the node in the TreeView by selecting a node and pressing F2.
Is this do-able?