In WPF, I would like to create similar functionality as Windows Explorer has
for renaming folders. (If you press F2 over selected tree view item is
displayed textbox which contains name of folder which can be edited).
In WPF I can do it using TreeView control but I do not know how ...