fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.48k stars 515 forks source link

Do RibbonContextualTabGroups support scrolling? #1206

Open lilhoser opened 5 days ago

lilhoser commented 5 days ago

Simple question, does Fluent:RibbonContextualTabGroup support a horizontal scrollbar when there are too many contextual tabs to fit the current window dimensions?

Environment

Fluent.Ribbon 10.1.0 Windows 11 .NET 8.0

batzen commented 5 days ago

Currently they don't and i don't intend to add that as they will be hidden by default in the next major version, as they are in Office too.

What's your use case for so many different context groups being visible at the same time?

lilhoser commented 5 days ago

What is replacing them?

My use case is creating a contextual tab whenever a row in a DataGrid is double-clicked. The contextual tab contains a tab control with each tab containing DataGrids of detailed information about the thing double-clicked.

batzen commented 1 day ago

They are not gone, but hidden by default. ContextTabs just look different, by default, now. The new design only applies the current accent color to the groups header. You can still show them again if you want to by using HideContextTabs on the TitleBar of Ribbon.