Closed bquarta closed 2 years ago
RibbonGroupsContainer
is used inside a ScrollViewer
.
The style key for that ScrollViewer
is Fluent.Ribbon.Styles.RibbonGroupsContainerScrollViewer
, so it should be possible to re-style that one to achieve what you want.
Awesome!
Exactly what I was looking for :)
Thanks for the swift reply.
Hi there,
first of all: Thanks for the great work. Really appreciated :)
Lately I was trying to achieve a "New Office-Style"-Look and Feel and therefore wanted to have rounded Corners around my
RibbonGroupsContainer
.Unfortunately this is a Panel and therefore I can't use a
SetterProperty="Template"
or anything on it. I also cannot wrap it in a Border Xaml-wise, since everything in theRibbonTabItem
demands aRibbonGroupBox
as direct child.So, is there a way to achieve rounded Corners on (or to be exact "around") the
RibbonGroupsContainer
?Environment