ListViewStyle.xaml 362 B

12345678
  1. <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  3. <Style TargetType="ListView">
  4. <Setter Property="FontFamily" Value="Arial,SimSun" />
  5. <Setter Property="Background" Value="#FFDCF7F6"></Setter>
  6. </Style>
  7. </ResourceDictionary>