You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to figure out how to set the border color of the tab item itself when it is highlighted due to a mouseover. Currently what I have working is the following:
No mouseover:
Mouseover of Tab2:
As you can see in the mouseover case, there is no border at all (or a white border perhaps).
A suggestion would be to have a nonzero border but default its color to the same as the tab background. That way it would consider to look / work as it does now, by default, but would allow customization.
Personally I don't think custom alterations to the border thickness value would be needed.
I have been trying to figure out how to set the border color of the tab item itself when it is highlighted due to a mouseover. Currently what I have working is the following:
No mouseover:
Mouseover of Tab2:
As you can see in the mouseover case, there is no border at all (or a white border perhaps).
Which
SolidColorBrush x:Key
is used to control that border color? I looked through all the*Border*
entries in https://github.com/fluentribbon/Fluent.Ribbon/blob/develop/Fluent.Ribbon/Themes/Themes/Theme.Template.xaml but none seem to affect it. Unless I missed it somehow.Thank you!
Environment
The text was updated successfully, but these errors were encountered: