如何在 Windows Phone 7 上并排显示图像?
我的 wp7 应用程序将从网络获取一组图像 URL,编号未知 5-20。我想将它们并排放置,用户可以通过从右向左滑动来看到它们,只是看不到任何选择或任何内容。我设法将网址转换为图像,但不知道如何在内容面板上放置和显示。我尝试了 contentpanel.children.add(image) 但它不起作用并显示一张图像。我该怎么做?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有很多方法可以做到这一点。
这是一种方法:
然后用图像填充 StackPanel。
这里填充了设备(或模拟器)上的所有图像。
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).
aziz,Windows Phone 7 的 Silverlight Toolkit 中的 WrapPanel 是您的完美控件;
检查此处:http://silverlight.codeplex.com
aziz, perfect control for you is WrapPanel from Silverlight Toolkit for Windows Phone 7;
check here: http://silverlight.codeplex.com