Splitwirez / AvaloniaRibbon

Ribbon for avalonia
MIT License
101 stars 22 forks source link

[Feature] AutoSize MaxWidth of RibbonButtons #28

Closed nlogozzo closed 1 year ago

nlogozzo commented 3 years ago

At times the text of a RibbonButton is cut off when using a long string for the Content property. A workaround is to set the MaxWidth, but this is at often times very annoying as different buttons with different texts require different MaxWidths. Could you implement a feature that will automatically stretch and size the max width depending on the width of the content (a.k.a text)