Using Ribbon as tab control
Posted
by zendar
on Stack Overflow
See other posts from Stack Overflow
or by zendar
Published on 2009-02-14T18:35:12Z
Indexed on
2010/04/18
1:33 UTC
Read the original article
Hit count: 623
I would like to create application with ribbon interface that looks and behaves like this:
- application have one main form with ribbon
- ribbon has multiple tabs
- when user switches tab on ribbon, panel below ribbon changes and displays content related to ribbon panel. That way, ribbon tab acts as if it is tab over whole window.
For example, ribbon have two tabs: people and tasks. When current ribbon panel is "people", below ribbon is displayed grid with people data. Ribbon contains command for manipulating people data. When user switches to "tasks" tab on ribbon, application should display form with tasks below ribbon.
Question is can ribbon be used in this scenario?
I read "OFFICE FLUENT™ USER INTERFACE DESIGN GUIDELINES" that describe what you can and cannot do with ribbon, but I could not find anything about this.
© Stack Overflow or respective owner