Question

I created a "splitButton" for Office Ribbon. I can see only two options for the button size, "normal" and "large". Is there any way to further increase the size of the splitbutton (i.e more than "large"). I looked at this link http://msdn.microsoft.com/en-us/library/dd950671(v=office.12).aspx but it was of no help. Presently I am using the follwing code:

<splitButton id="Button" size="large">

Does anybody know how to further increase the size of this button ( or atleast it's width ).

Thanks.

Was it helpful?

Solution

As far as I know you cannot. Office ribbon interface doesn't allow much customization. I guess this is due to the unified look across different solutions. A similar question was answered here: RibbonButton classes -- can they be extended?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top