fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.48k stars 515 forks source link

Padding and BorderBrush of the gallery control do not work #1180

Closed nishy2000 closed 7 months ago

nishy2000 commented 7 months ago

Padding and BorderBrush of the gallery control do not work.

<fluent:Gallery Grid.Row="0"
                BorderBrush="Red"
                BorderThickness="1"
                Padding="0"
                ...

I will create a pull request for this issue later.


Environment