Skip to content

[All hosts] (ribbon) Document scaling behavior #5262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 15, 2025

Conversation

samantharamon
Copy link
Contributor

No description provided.

Copy link
Contributor

Learn Build status updates of commit 83be1d4:

✅ Validation status: passed

File Status Preview URL Details
docs/design/add-in-commands.md ✅Succeeded View

For more details, please refer to the build report.

Copy link
Contributor

Learn Build status updates of commit f0733c7:

✅ Validation status: passed

File Status Preview URL Details
docs/design/add-in-commands.md ✅Succeeded View

For more details, please refer to the build report.

Copy link
Contributor

Learn Build status updates of commit 8aa5c67:

✅ Validation status: passed

File Status Preview URL Details
docs/design/add-in-commands.md ✅Succeeded View

For more details, please refer to the build report.

@samantharamon samantharamon marked this pull request as ready for review July 15, 2025 01:30
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the add-in commands documentation to refine terminology around dropdown menus and introduce a detailed section on how grouped add-in commands scale and adapt to space constraints on the ribbon.

  • Bumped the document’s ms.date to July 15, 2025
  • Standardized “dropdown” terminology and updated related headings
  • Added a “Grouped add-in commands on the ribbon” section describing icon sizing, label visibility, and overflow behavior

Comment on lines +61 to +69
### Dropdown menu

A drop-down menu add-in command defines a static list of items. The menu can be any mix of items that execute a function or that open a task pane. Submenus aren't supported.
A dropdown menu add-in command defines a static list of items. The menu can be any mix of items that execute a function or that open a task pane. Submenus aren't supported.

![A button that drops down a menu on the Outlook ribbon.](../images/commands-menu-button-1.png)

### Grouped add-in commands on the ribbon

Multiple add-in commands can be grouped together on the ribbon. A group must contain at least one add-in command in the form of a button or a dropdown menu. In Office on Windows and on Mac, the label and icon of a button or dropdown menu are usually shown for add-in commands in a group. However, the icon size and label visibility may vary due to the following factors that constrain space.
Copy link
Preview

Copilot AI Jul 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The term "dropdown" is used inconsistently in the doc (previously hyphenated as "drop-down"). Consider choosing a single style and applying it consistently throughout.

Copilot uses AI. Check for mistakes.

Comment on lines +79 to +80
1. Only small icons are shown.
1. The group is displayed as a dropdown menu instead of showing individual add-in commands on the ribbon. A scroll slider icon also appears on the ribbon, so that you can scroll through the ribbon.
Copy link
Preview

Copilot AI Jul 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Since this is an ordered sequence, consider numbering the steps as 1, 2, 3 instead of repeating "1." to improve reader clarity.

Suggested change
1. Only small icons are shown.
1. The group is displayed as a dropdown menu instead of showing individual add-in commands on the ribbon. A scroll slider icon also appears on the ribbon, so that you can scroll through the ribbon.
2. Only small icons are shown.
3. The group is displayed as a dropdown menu instead of showing individual add-in commands on the ribbon. A scroll slider icon also appears on the ribbon, so that you can scroll through the ribbon.

Copilot uses AI. Check for mistakes.

Copy link
Contributor

@Rick-Kirkham Rick-Kirkham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving with a couple of suggestions

Copy link
Contributor

@EsterBergen EsterBergen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@EsterBergen EsterBergen self-requested a review July 15, 2025 15:50
Copy link
Contributor

@EsterBergen EsterBergen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Copy link
Contributor

Learn Build status updates of commit 7f1365a:

✅ Validation status: passed

File Status Preview URL Details
docs/design/add-in-commands.md ✅Succeeded View

For more details, please refer to the build report.

@samantharamon samantharamon merged commit 99c8202 into main Jul 15, 2025
2 checks passed
@samantharamon samantharamon deleted the samramon-ribbon-adjustments branch July 15, 2025 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants