G
Guest
Hi,
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 to position
correctly textbox over selected TreeViewItem after clicking rename. I do not
know how to find out screen position of selected item in TreeView.
But also I am not sure if my approach is correct for WPF based application.
Thanks for any suggestions how to implement similar functionality .
John
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 to position
correctly textbox over selected TreeViewItem after clicking rename. I do not
know how to find out screen position of selected item in TreeView.
But also I am not sure if my approach is correct for WPF based application.
Thanks for any suggestions how to implement similar functionality .
John