Styling for ListBox, ListView and GridView Items
问题 The default colors for these controls seems to be similar to the Windows theme colors. How do you change the hover, selected, selected hover and pressed colors (code or XAML)? The following isn't working for the ListView: <ListView> <ListViewItemPresenter PointerOverBackground="#99CEEA" SelectedPressedBackground="#72BFE9" SelectedBackground="#72BFE9" SelectedPointerOverBackground="#99CEEA" /> 回答1: In your VS/Blend Designer, right click on your ListView and select Edit Additional Templates >