HandyControl
HandyControl copied to clipboard
TabControl Background with a TextBrush color
Hey 🖐,
I was looking for changing color of the Handy's TabControl, and found that a Background="{DynamicResource SecondaryTextBrush}", TabControl.xaml-Line 84.
Isn't that wierd to link a background to a TextBrush ? That's maybe just me !
Solution (?) :
Background="{TemplateBinding Background}"Background="{DynamicResource SecondaryRegionBrush}"
Same thing : TabControl.xaml-Line124