To preface: I am quite new to Silverlight.
I can't seem to change the BorderBrush and Thickness properties on my TabControl. For some reason, my settings are ignored. Can anyone explain why, and how to fix this?
Here is my XAML:
<Controls:TabControl Grid.Row="1" Background="Transparent"
BorderBrush="Transparent" BorderThickness="0" >