How do I do the following via C# (as I'm generating ListViews programatically):
<ListView>
<ListView.Resources>
<SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="Transparent"/>
<SolidColorBrush x:Key="{x:Static SystemColors.ControlBrushKey}" Color="Transparent"/>
</ListView.Resources>
...
Thanks in advance!