I am trying to drop shadow on a wpf datagrid row background color
What i tried is to set the datagrid row style but i`m kinda stuck there
I can set the background property to some color or even a gradient color, but i can't seem to drop shadow on that color
I am trying to make the row background less flat
<Style TargetType="DataGridRow">
<Setter Property="Background" Value="....." />
