如何根据元素类型更改代码中列表框的数据模板?
我有一个列表框,我希望它的项目数据模板根据某些条件而有所不同。
I have a listbox, I want that it's items datatemplate be different according on some conditions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确理解你的问题,DataTemplateSelector 就是你正在寻找的那个。
http://msdn.microsoft.com/en-us /library/system.windows.controls.datatemplateselector.aspx
If I understand your question right, DataTemplateSelector is the one you are looking for.
http://msdn.microsoft.com/en-us/library/system.windows.controls.datatemplateselector.aspx