diff --git a/wpf/Ribbon/DealingWithRibbon.md b/wpf/Ribbon/DealingWithRibbon.md index bc4d8b73e..68c58e462 100644 --- a/wpf/Ribbon/DealingWithRibbon.md +++ b/wpf/Ribbon/DealingWithRibbon.md @@ -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). @@ -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) \ No newline at end of file +![Set Icon to RibbonTab header in WPF Ribbon](getting-started_images/wpf-ribbon-add-icon-in-header.png)