Silverlight 列表框数据模板
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您正在 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