<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