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 am trying to create a menu without the border on the top and bottom. In order to keep the Tab at the from having small notches (extension lines) at the bottom (see first image), I used the following Resource Style. This works great in removing the notches at the bottom however, how I have a border at the bottom which I would like to remove. Is this possible? Could you please advice?
Thank you so much for your time!
I found a work around by using the following code. Basically, I set the BorderBrush to White which matches the window area below the ribbon and then set the SolidBrushColor on the RibbonTabItem to the color of my Ribbon background.
I am trying to create a menu without the border on the top and bottom. In order to keep the Tab at the from having small notches (extension lines) at the bottom (see first image), I used the following Resource Style. This works great in removing the notches at the bottom however, how I have a border at the bottom which I would like to remove. Is this possible? Could you please advice?
Thank you so much for your time!
<SolidColorBrush x:Key="Fluent.Ribbon.Brushes.RibbonTabItem.BorderBrush" Color="#2b579a" />
Without Border:
With Border:
Environment
The text was updated successfully, but these errors were encountered: