View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Paul Martin[_2_] Paul Martin[_2_] is offline
external usenet poster
 
Posts: 133
Default Ribbon in Excel 2007: positioning buttons using box controls

I forgot to post my code:

<group id="Import" label="Import"

<box boxStyle="vertical" id="box1"
<button id="buttonL1" label="Left Top" onAction="DoSomething"/
<button id="buttonL2" label="Left Middle" onAction="DoSomething"/
</box

<box boxStyle="vertical" id="box2"
<button id="buttonR1" label="Right Top" onAction="DoSomethingy"/
<button id="buttonR2" label="Right Middle" onAction="DoSomething"/
</box

<button id="buttonB" label="Bottom" onAction="DoSomething"/

</group