<ListView Grid.Column="0" Width="230" MaxWidth="250"
ItemsSource="{Binding FiltredOrders}"
SelectedItem="{Binding SelectedOrder}"
DisplayMemberPath="StringForListBox" Foreground="Black"
FontWeight="Bold"
FontFamily="Times New Roman" />
当我在 Win7 上启动程序时,一切正常。但是当我在 WinXP 上启动它时,ListBox 中的文本没有颜色。什么可能导致这种情况?
目标框架:.NET Framework 4