Hi,
I’m using the RibbonBar (awesome control) how I can set the width of RibbonBarItemButton to a fixed size?
regards
Cristian
RibbonBarItemButton have two layouts: Horizontal and Vertical. The Vertical takes up the entire height, but the width is dynamic and set to a max width in the theme mixin (like in the windows ribbon bar). If you want to fix it, set the minWidth property in the theme mixin. Horizontal buttons instead always grow horizontally to fill the remaining space, while the height is dynamic, but it can be controlled in the theme as well.
Please login first to submit.