Hi,
I have a vertical tab control with
TabStripPlacement set to Left. In this scenario I get a unwanted gray line. (see TabControl StripLeft.PNG)
When I change the code to tab strip placed on the Top it is correctly rendered with no line (see TabControl StripTop.PNG)
Here is my xaml:
How can I get rid of the gray line when the TabStripPlacement is set to Left?
Mike