From 71e8babe6abcf490f3db72a601db91bcff7f17ca Mon Sep 17 00:00:00 2001 From: Karthick-Arjunan <102575025+Karthick-Arjunan@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:26:38 +0530 Subject: [PATCH] 951634: Updated the limitation notes for ContextTabGroups headers --- wpf/Ribbon/DealingWithRibbon.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)