Hello!
I'd like my Ribbon in ASP.NET MVC application to use free space in an optimal way (it's critical for me).
I've noticed the next behavior in Ribbon when it has not enough space to display items completely:
- if I set RibbonItemSize.Small to my ribbon items, they can collapse to the state in which only image is shown
- if I set RibbonItemSize.Large to my ribbon items, they collapse to the state in which both image and text are shown but not more than that
I'd like my large ribbon items to collapse to image and text and then if there is still not enough space I'd like them to collapse to just image, as small ribbon items do.
Is that possible?
Hi,
Thank you for pointing out this behavior. I was able to reproduce it on our side. I will discuss it with the team and we will contact you once we have any results. We greatly appreciate your time and cooperation.