-
Notifications
You must be signed in to change notification settings - Fork 678
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
Question: Is winui also adopting the new Microsoft Edge TabBar style? #7032
Comments
Oh I think it is possible |
It would be useful if this style were built into the control, either as a bundled alternate style you apply - or as a property you could set. Something like TabView.TabVisual = TabVisual.Disconnected. Having these rounded and disconnected tabs as a built in style, would also allow removing the bottom border allowing for full bleed content scenarios, as well as a possible Vertical Tab mode to be added. (More likely TabView.TabPosition = Left/Right as a position property) |
We have(originally files-community/Files) something similar to this. Canged _shared and _themeresources.xaml |
There's more discussion on this in microsoft/terminal#7213 (comment) as well. I think we'd really appreciate the ability to have both folder-style tabs and the "floating" button style as well, which doesn't seem easily possible with WinUI's TabView today. |
Bumping this as Edge is very close to releasing now with the floating tab style. |
Microsoft Edge Canary just changed their overall tab design:
It now follows the tab view design that was previously proposed in here as well: #5908
Are there plans for winui to use this new tab design as well?
The text was updated successfully, but these errors were encountered: