Another newbie question from me. I have .mp3 files in a folder which I drag and drop into a ListView and I can display the name of the files in the ListView. How do I store the file path without displaying it so that I can click on the ListView entry and play the .mp3 file.
The only way I can think of doing this is to have 2 ListView controls in a StackPane and show the file names in one ListView and store the corresponding file path in the other ListView which will be hidden behind the ListView which displays the file names.
Does anybody know of a better way of doing this.
Thanks in advance of any help provided.