Silverlight 列表框数据模板

发布于 2024-10-01 06:22:53 字数 225 浏览 4 评论 0原文

我有一个 Silverlight 4 列表框,其中附加了一个创建的 DataTemplate,可以正确显示我想要的项目。

我希望能够根据 DataContext 表示的对象中的值使列表中的每个项目以不同的方式显示。我最初考虑的是在每个项目的基础上更改 DataTemplate,但我认为我的逻辑是有缺陷的。

解决这个问题的最佳方法是什么?考虑到我希望每个项目都有不同的外观,列表框是表示集合的最佳方式吗?

I have a Silverlight 4 ListBox with a created DataTemplate attached to it that correctly shows the items I want.

I would like to be able to have each Item in the list display differently according to a value in the object that is represented by the DataContext. I was originally looking at altering the DataTemplate on a per item basis, but I think my logic here is flawed.

What is the best way to approach this? Is a Listbox the best way to represent the collection given that I want a potentially different look per item?

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

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

发布评论

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

评论(1

送君千里 2024-10-08 06:22:54

我认为您正在 Silverlight 中寻找模板选择器。

请关注以下网址 http://www.codeproject.com/KB/silverlight/SLTemplateSelector.aspx

-马亨德

I think ur looking for template selector in Silverlight .

Please follow below url http://www.codeproject.com/KB/silverlight/SLTemplateSelector.aspx

-Mahender

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