Open Duffscs opened 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"/>
Hi, any solution?
On a datagrid, if AlternatingRowBackground is specified it has the priority over anything.
Including :
Code sample