Skip to content

Customizing the drop down menu #1217

Answered by batzen
TAlecksen asked this question in Q&A
Nov 4, 2024 · 1 comments · 12 replies
Discussion options

You must be logged in to vote

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:

<Setter Property="Padding" Value="0 0 8 8" />
<Setter Property="Effect">
    <Setter.Value>
        <DropShadowEffect BlurRadius="5" Opacity="0.4"/>
    </Setter.Value>
</Setter>

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@TAlecksen
Comment options

@batzen
Comment options

@TAlecksen
Comment options

@batzen
Comment options

Answer selected by TAlecksen
@TAlecksen
Comment options

@batzen
Comment options

@batzen
Comment options

@TAlecksen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants