Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion wpf/Ribbon/DealingWithRibbon.md
Original file line number Diff line number Diff line change
Expand Up @@ -1937,6 +1937,8 @@ This ContextTabGroup can also be kept hidden and shown while required cases like

![WPF Ribbon displays ContextTabGroup](GroupingRibbonTabsusingContextTabGroups_images/wpf-ribbon-context-tab-group.jpeg)

N> ContextTabGroup header visuals are supported only when the Ribbon is hosted in a `RibbonWindow`. When the Ribbon is hosted in other window types, such as `ChromelessWindow` or a standard Microsoft Window, the contextual tabs are displayed, but the corresponding ContextTabGroup header is not rendered.

## Add ContextTabGroup to the simplified layout

When the simplified layout is enabled, the ContextTabGroup can be added and its items will be displayed in a single line as shown below. To know more about the simplified layout, refer [here](https://help.syncfusion.com/wpf/ribbon/simplifiedlayout).
Expand Down Expand Up @@ -2965,4 +2967,4 @@ Below is an example where the Home, Send / Receive, and Folder tabs are customiz

{% endtabs %}

![Set Icon to RibbonTab header in WPF Ribbon](getting-started_images/wpf-ribbon-add-icon-in-header.png)
![Set Icon to RibbonTab header in WPF Ribbon](getting-started_images/wpf-ribbon-add-icon-in-header.png)