G Guest Dec 14, 2005 #1 My listVIew contains list of files. How to obtain the name of the file and full path after selection of particular item in listVIew?
My listVIew contains list of files. How to obtain the name of the file and full path after selection of particular item in listVIew?
T Truong Hong Thi Dec 14, 2005 #2 The question is: how do you add those entries into the list view? You can make use of the TreeViewItem.Tag to store additional info.
The question is: how do you add those entries into the list view? You can make use of the TreeViewItem.Tag to store additional info.