基于视图属性的WPF颜色节点
我有一个 WPF 树视图,我希望节点的颜色基于特定的 getter。我不知道如何针对这种情况进行数据绑定。我希望它看起来像 this 除了奇怪数字将是偶数的子节点
I have a WPF treeview that I would like the color of a node to be based on a particular getter. I can't figure how to databind for that case. I would like it to look like this except that odd numbers would be a child node of the even numbers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您已经使用
HierarchicalDataTemplate
,则只需添加一个触发器即可:If you already use
HierarchicalDataTemplate
, you can simply add a trigger: