My wp7 app will get an array of image URLs from the web , number unknown 5-20. I want to put them side by side and user could see them by swipeing right to left,just seeing no choosing or anything.I manage to convert urls to images but couldnt figure out how to put and show on contentpanel. I tried contentpanel.children.add(image) but it didn’t work and showed one image. How should I do this ?
Share
There are lots of ways you could do this.
Here’s one way:
And then just populate the StackPanel with the the images.
Here’s it being populated with all the images on the device (or emulator).