Kinnara / ModernWpf

Modern styles and controls for your WPF applications
MIT License
4.51k stars 450 forks source link

Datagrid AlternatingRowBackground has priority #567

Open Duffscs opened 1 year ago

Duffscs commented 1 year ago

On a datagrid, if AlternatingRowBackground is specified it has the priority over anything.

Including :

Code sample

        <DataGrid ItemsSource="{Binding MyList}" 
                  AlternationCount="2"
                  AlternatingRowBackground="Lavender"
                  HeadersVisibility="Column"
                  AutoGenerateColumns="False"/>
eliacanavera1111 commented 5 months ago

Hi, any solution?