I am developing a WPF application with a treeview. I have Treeview like windows. Now what I want is if select I the treeviewitem, let's say...
+Desktop | +---My Computer | +---C:\ | +---Some Folder.
I selected the foldername called Some Folder in c drive. After that I close the application. When I open the application again the focus again should be on Some Folder in c drive. In other words, I need the same path selected after re-opening the application.