-
I am using the ribbon control with a few split buttons. I have been able to incorporate buttons within the drop down menu, but am now trying to figure out how to add a shadow to the menu itself. I tried overriding the style but could not find the inherited item that the ribbon uses for dropdown panels. Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
batzen
Nov 5, 2024
Replies: 1 comment 12 replies
-
The immediate content of the |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry again.
I totally forgot that
ResizeableContentControl
already has a template, otherwise it wouldn't be resizable ;-)You can find the full template at https://github.com/fluentribbon/Fluent.Ribbon/blob/develop/Fluent.Ribbon/Themes/Controls/ResizeableContentControl.xaml
I just made changes to the style and template so it's way easier for you to customize the appearance.
For your use case adding the following, as an example, to your style should be enough: