microsoft / microsoft-ui-xaml

Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
MIT License
6.27k stars 674 forks source link

Question: Is winui also adopting the new Microsoft Edge TabBar style? #7032

Open LasseRosenow opened 2 years ago

LasseRosenow commented 2 years ago

Microsoft Edge Canary just changed their overall tab design: grafik

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?

Shomnipotence commented 2 years ago

image

Shomnipotence commented 2 years ago

Oh I think it is possible

mdtauk commented 2 years ago

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)

0x5bfa commented 1 year ago

We have(originally files-community/Files) something similar to this.

FluentHub

Canged _shared and _themeresources.xaml

zadjii-msft commented 1 year ago

There's more discussion on this in https://github.com/microsoft/terminal/issues/7213#issuecomment-1157717142 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.

mdtauk commented 1 year ago

Bumping this as Edge is very close to releasing now with the floating tab style.