On GridViewRow I have a style that sets SelectedBackground but it does not work on the alternate rows.
xaml example
<Setter Property="SelectedBackground"
Value="Yellow" />
Is there another property that I need to set so that it will also use the SelectedBackground color when I select an alternate row
(I guessed SelectedAlternateBackground but this isn't present)
Thanks