Algigning Edit controls on ribbon bar

  • Thread starter Michael S. Scherotter
  • Start date
M

Michael S. Scherotter

Word 2007 Beta:
I have the following definition in my Ribbon Bar XML and the edit boxes are
not aligned horizontally. How can this be done?

<editBox id="FirstName" label="First Name" keytip="F"
onChange="FirstNameChanged" screentip="Enter your first name."
sizeString="WWWWWWWWW"/>
<editBox id="LastName" label="Last Name" keytip="L"
onChange="LastNameChanged" screentip="Enter your last name."
sizeString="WWWWWWWWW"/>
<editBox id="Company" label="Company" keytip="C"
onChange="CompanyChanged" screentip="Enter your company name."
sizeString="WWWWWWWWW" />
 
P

Patrick Schmid

I don't know of a way to do this besides making sure your labels are
equally long (which is nearly impossible).

Patrick Schmid
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top