WP7 根据另一个布局元素更改 1 个布局元素

发布于 2024-12-06 19:17:22 字数 411 浏览 0 评论 0原文

在这里尝试找到解决方案没有运气。

我已经基于此 指南。(我还在第 2 部分中使用了 ListLoopingDataSource 类,以便在循环列表中包含字符串)。

然后,我想要做的是根据循环选择器中当前选择的内容更改布局上的另一个元素(图像框/占位符)。

不知道如何做到这一点, onSelectionChanged 事件有点抽象并且没有真正的用处?我也不知道如何以编程方式更改图像,看起来我无法从代码库访问资源,只能从 xaml 访问资源。

任何帮助/建议将不胜感激。

Having no luck here trying to find a solution to this.

I've set up a looping selector based on this guide. (I also used the ListLoopingDataSource class in Part 2 in order to have strings in my looping list).

What I want to be able to do is then change another element (an image box/placeholder) on my layout, based on what is currently selected in the looping selector.

No real idea how to do this, the onSelectionChanged event is kind of abstracted and not really useful? I'm not sure how to programmatically change images either, it doesn't look like I can access a resource from the code base, only from the xaml.

Any help/suggestions would be greatly appreciated.

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

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

发布评论

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

评论(1

时光病人 2024-12-13 19:17:22

我发现我可以通过使用绑定来做到这一点。

I found that I could do this by using binding.

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