Windows Phone 7,全景触摸事件?

发布于 2024-11-15 13:06:43 字数 142 浏览 3 评论 0原文

我有一个全景控件,其中包含 3 个全景项目。我想创建一个功能,如果用户点击任何全景项目,它会更改当前屏幕外的图片。

我不会让每个人都对它的细节感到困惑,但简单地说,有没有一种可靠的方法可以让它发挥作用?可以在全景控件中使用触摸/点击事件来动态更改图像吗?

I have a panorama control with 3 panorama items in it. I want to create a function where if a user taps on any panorama item, it changes the pictures of the ones currently off the screen.

I Wont confuse everyone with the details of it, but simply put is there a surefire way to get this to work? Can the touch/tap event be used in a panorama control to dynamically change the image?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁人与我共长歌 2024-11-22 13:06:43

在点击手势的事件处理程序中,只需更新其他每个图像的Source
应该没有理由这行不通。

In the event handler for the tap gesture just update the Source of each of the other images.
There should be no reason why this wouldn't work.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文