fluentribbon / Fluent.Ribbon

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

Dropdown list in SplitButton #1208

Open galoch-s opened 4 months ago

galoch-s commented 4 months ago

In the drop-down list in the SplitButton, you cannot create a list without icons. Space for icons is always reserved.

2024-07-02_11-20-12.**


Environment

batzen commented 4 months ago

That's exactly the same as for regular MenuItem. If you want to get rid of that space you'd have to provide your own template.

The reason why there is no trigger that hides the icon is: If you would have a mixed list of items, some with an icon and some without, the layout would be inconsistent.