Hi there,
could you please be of assistance on this matter? Seems to me that anything I try to do SfTabItem changes all my content controls into gray foreground....
I'm using the latest version, win 8.1 controls.
<Navigation:SfTabControl Foreground="White">
<Navigation:SfTabItem Foreground="White">
<TextBlock x:Name="TEST">XXX</TextBlock>
</Navigation:SfTabItem>
</Navigation:SfTabControl>
This simple code above makes the TEST TextBox foreground gray?!?
Hope I made this clear enough.