Proposal: Compact Mode for TabView #10655
cricketthomas
started this conversation in
Ideas
Replies: 1 comment
-
TabView comes in simple compact design by default. It can also be customized by overriding the template as well. You can have a look at the following example.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal: Compact Mode for TabView
Summary
Introduce a
CompactMode
property to theTabView
control in WinUI, enabling a more space-efficient layout by reducing tab padding, hiding close buttons, and optionally collapsing tab headers into icons or tooltips.Rationale
Scope
TabView.CompactMode
propertyImportant Notes
Visual Studio 2022 Preview shows an elegant and efficient use of compact fluent v2 styles and allowing developers easy access to replicate the best MDI IDE would be awesome.

Usage Example (XAML):
Beta Was this translation helpful? Give feedback.
All reactions