문제

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.

도움이 되었습니까?

해결책

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?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top