使用 ExpressionDark 主题进行 WPF ListBox 分组
我发现了这个关于对列表框进行分组的简单教程:
http://joyfulwpf .blogspot.com/2007/06/simple-grouping-in-listbox.html
它工作得很好,但我想使用它的应用程序正在使用 ExpressionDark 主题。启用此主题后,我只能看到组标题,而看不到项目。
我无法找出主题中导致此行为的原因。
有人可以帮助我吗?
谢谢!
编辑:通过使用 TreeView 来“解决”它。
I found this simple tutorial on grouping a listbox:
http://joyfulwpf.blogspot.com/2007/06/simple-grouping-in-listbox.html
It works perfectly well, but the application I want to use this in is using the ExpressionDark theme. With this theme enabled, I only see the group headers and not the items.
I can't find out what in the theme is causing this behaviour.
Could anyone help me?
Thanks!
Edit: "Solved" it by using a TreeView instead.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑:通过使用 TreeView 来“解决”它。
Edit: "Solved" it by using a TreeView instead.