HandyControl icon indicating copy to clipboard operation
HandyControl copied to clipboard

TabControl Background with a TextBrush color

Open Yopler opened this issue 2 years ago • 0 comments

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

Yopler avatar Oct 08 '21 15:10 Yopler