动态数据模板(首选 Silverlight)

发布于 2024-08-07 02:33:45 字数 120 浏览 4 评论 0原文

是否可以有一个带有数据模板的列表框,该模板会根据 ItemsSource 的某些属性而变化?例如,也许您想要一个包含各种项目(例如图像、视频、自定义面板等)的列表。希望它可以像某种工厂一样运行。

有什么想法吗?

Is it possible to have a ListBox with a Data Template that changes depending on certain properties of the ItemsSource? For instance maybe you want a list with a variety of items such as images, video, custom panels, etc. Was hoping it could behave like some sort of factory.

Any ideas how this would work?

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

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

发布评论

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

评论(1

雨轻弹 2024-08-14 02:33:45

在 WPF 领域,您可以使用 DataTemplateSelector,不幸的是 Silverlight 中不存在,但有几篇文章,例如 这个,围绕展示如何将类似的东西放在一起。

In WPF land you'd use a DataTemplateSelector, which unfortunately doesn't exist in Silverlight, but there are several articles, like this one, around showing how to put something similar together.

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