【发布时间】:2012-02-15 14:33:10
【问题描述】:
我知道这有点小,但是...在 Windows 7 上,无论出于何种原因,ListViewItems 的默认前景色都是深蓝色。这让我感到困惑和愤怒。我想让我的 ListViewItems 有黑色文本。但是,如果我在 DataTemplate 中将我的 TextBlocks 设置为 Foreground="Black",那么在 Windows XP 上它看起来很奇怪,因为在 XP 上,所选项目的前景应该是白色; Foreground="Black" 很难阅读。有什么方法可以只在 Aero 主题上而不是在其他主题上将前景设置为黑色?
【问题讨论】:
标签: c# wpf listview themes listviewitem