How do you set the width of the Drop-Down Box on the Ribbon? Hi, <p>I'm using Visual Studio 2008 and am designing a Word 2007 add-in.  I added a couple of dropdown controls to the ribbon, but I can't figure out how to set the width of the items box.  It's too narrow for the items in the drop down window (The maximum width of any item is 8 characters).  The two drop down controls are inside a Box.  There's plenty of room on the ribbon to widen these.</p> <p>Please advise.<br></p>© 2009 Microsoft Corporation. All rights reserved.Fri, 05 Dec 2008 15:36:35 Z8965ae5a-9c02-4aec-9178-675650b7044ehttp://social.msdn.microsoft.com/Forums/en-US/vsto/thread/8965ae5a-9c02-4aec-9178-675650b7044e#8965ae5a-9c02-4aec-9178-675650b7044ehttp://social.msdn.microsoft.com/Forums/en-US/vsto/thread/8965ae5a-9c02-4aec-9178-675650b7044e#8965ae5a-9c02-4aec-9178-675650b7044eBrad Smith, CPAhttp://social.msdn.microsoft.com/Profile/en-US/?user=Brad%20Smith%2c%20CPAHow do you set the width of the Drop-Down Box on the Ribbon? Hi, <p>I'm using Visual Studio 2008 and am designing a Word 2007 add-in.  I added a couple of dropdown controls to the ribbon, but I can't figure out how to set the width of the items box.  It's too narrow for the items in the drop down window (The maximum width of any item is 8 characters).  The two drop down controls are inside a Box.  There's plenty of room on the ribbon to widen these.</p> <p>Please advise.<br></p>Fri, 05 Dec 2008 14:50:49 Z2008-12-05T14:50:49Zhttp://social.msdn.microsoft.com/Forums/en-US/vsto/thread/8965ae5a-9c02-4aec-9178-675650b7044e#819c07be-0e76-4e47-b77b-a571ad5e6d05http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/8965ae5a-9c02-4aec-9178-675650b7044e#819c07be-0e76-4e47-b77b-a571ad5e6d05chefgonhttp://social.msdn.microsoft.com/Profile/en-US/?user=chefgonHow do you set the width of the Drop-Down Box on the Ribbon? What kind of drop-down are you using?  I just added a menu with a really long item label inside and the width expanded automatically.Fri, 05 Dec 2008 15:25:31 Z2008-12-05T15:36:11Zhttp://social.msdn.microsoft.com/Forums/en-US/vsto/thread/8965ae5a-9c02-4aec-9178-675650b7044e#7bdd13c1-d7eb-49b5-853a-869a4933c0e2http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/8965ae5a-9c02-4aec-9178-675650b7044e#7bdd13c1-d7eb-49b5-853a-869a4933c0e2Brad Smith, CPAhttp://social.msdn.microsoft.com/Profile/en-US/?user=Brad%20Smith%2c%20CPAHow do you set the width of the Drop-Down Box on the Ribbon? I figure it out.  In the sizestring property I was using a numeric value to represent the number of characters.  Instead, use X's to represent the character width of the box.  For example entering the following for the sizestring  property sets the width to the length of the string when the ribbon is loaded:<br><br>XXXXXXXXXXXXXXXXXXXXXXXXXX<br><br>This is not intuitive.  I hope this helps others that run into this problem.Fri, 05 Dec 2008 15:31:01 Z2008-12-05T15:31:01Zhttp://social.msdn.microsoft.com/Forums/en-US/vsto/thread/8965ae5a-9c02-4aec-9178-675650b7044e#288c69e9-9f97-4457-b47c-b8f002c6d0afhttp://social.msdn.microsoft.com/Forums/en-US/vsto/thread/8965ae5a-9c02-4aec-9178-675650b7044e#288c69e9-9f97-4457-b47c-b8f002c6d0afchefgonhttp://social.msdn.microsoft.com/Profile/en-US/?user=chefgonHow do you set the width of the Drop-Down Box on the Ribbon? I just figured out what you were talking about, but you've already got it figured out.  I agree it's really bizarre, I'm not sure why they decided to do it that way.Fri, 05 Dec 2008 15:33:41 Z2008-12-05T15:33:41Z