Skip to content
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

Do RibbonContextualTabGroups support scrolling? #1206

Open
lilhoser opened this issue Jun 27, 2024 · 3 comments
Open

Do RibbonContextualTabGroups support scrolling? #1206

lilhoser opened this issue Jun 27, 2024 · 3 comments
Labels
Question ❓ Not an issue but a question instead.

Comments

@lilhoser
Copy link

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
Copy link
Member

batzen commented Jun 27, 2024

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
Copy link
Author

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
Copy link
Member

batzen commented Jul 1, 2024

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.

@batzen batzen added the Question ❓ Not an issue but a question instead. label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question ❓ Not an issue but a question instead.
Projects
None yet
Development

No branches or pull requests

2 participants