Access 2007: Allow customizing height of ribbon

G

Guest

Allow the Access 2007 height to be customized from code (XML or VB)

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...0d82&dg=microsoft.public.access.modulesdaovba
 
J

Jeff Conrad [MSFT]

Hi Norman,

- Would you like to see customizing the height of the individual controls?
- Would you like to see customizing the height of the Ribbon as a whole?
- Do you want to do this through the UI, through code, or both?

--
Jeff Conrad - Access Junkie - MVP Alumni
SDET - XAS Services - Microsoft Corporation

Co-author - Microsoft Office Access 2007 Inside Out
Presenter - Microsoft Access 2007 Essentials
http://www.accessmvp.com/JConrad/accessjunkie.html
Access 2007 Info: http://www.AccessJunkie.com
 
G

Guest

I think the controls should resize automatically based on the height of the
ribbon.
Customizing the ribbon as a whole would be useful.
Here are some ideas:
1) Allow the ribbon to be sized to a specific height (auto resize controls.)
2) Allow the ribbon to be hidden to a new box located with the min/max close
buttons on the top right of the window. (Perhaps a little box with a picture
of a ribbon to the left of the minimize button. There's plenty of space near
those buttons.)
3) Allow the ribbon to be minized to extend with the window close, min/max
buttons. This would work as an extention to the existing windows buttons:
now only min/max and close. There is space there that is now often blank and
would be great to program a ribbon in that position of the screen.

4) Create an editor to edit the ribbon without code; however, allow
extending it through programming.

5) Ultimately the ribbon could be extended to completely include all of the
features of the MS Access controls (IE combobox, textbox, etc..) and allow it
to function completely in XML.

6) It is very important that the ribbon be controlled through code (for
developers)and through the interface (for users & developers.) Extending
this functionality will enable the XML interface to replace the existing
Access form based interface in a couple of versions forward. (Hopefully the
next version. :) )

7) Thank you!
 

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