I am trying to remove the nasty looking effect on controls when hovering or focusing.
This seems not to work:
FocusVisualStyle="{x:Null}"
And this is what I got so far:
<ComboBox Grid.Row="2" HorizontalAlignment="Right" Background="Transparent" BorderBrush="#FFE87E00" FocusVisualStyle="{x:Null}"/>
Thanks in advance!