Search code examples
excelbuttonvstoribbonfill

VSTO - How to make Ribbon buttons to fill vertically the blank space


I'm building a VSTO excel application, using Visual Studio 2013. I have one Large sized Ribbon button in one column, next to two Regular sized in another column. What I want is to fill the vertical space in the regular buttons column equally.

To see an example of what I want to do, see the "Calculation" group of "FORMULAS" tab in excel. My regular buttons are stacking on the top, but i want them to fill the empty space just like the "Calculate Now" and the "Calculate Sheet" are doing in this ribbon.

How do I do this?

Thanks.


Solution

  • The Fluent UI doesn't provide any property or attribute for that.

    Read more about the Fluent UI (Ribbon UI) in the following series of articles:

    Not all features (controls) are available for external developers.