Windows Phone 7,全景触摸事件?
我有一个全景控件,其中包含 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在点击手势的事件处理程序中,只需更新其他每个图像的
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.