I added many images into my metro app. can i enumerate and display them dynamically?
About 65 images embeded. I want to put them into a listview control.
Hi,
Here is a good sample for your reference http://code.msdn.microsoft.com/windowsapps/Package-sample-46e239fa
Actually you can get package installation directory and then enumerate your images into a listview control.
Best wishes,