Hi,
There is a funny behaviour in the XamlDataGrid that is enabled by default.
The row is highlighted when you pass over it with the mouse and fade out when you move away. Its annoying. How can I disable that feature.
Thank you.
Never mind,
I tried this and it apear to work
<Setter Property="BackgroundHover">
<LinearGradientBrush EndPoint="0,1" StartPoint="0,0">
<GradientStop Color="White" Offset="1"/>
</Setter.Value>
<Setter Property="BorderHoverBrush" Value="#FF000000"/>
</Style>