You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Fixes#4085
Previously, `TabbedCommandBar` used the system XAML `NavigationView`, but this doesn't work on WinUI 3. This PR makes the control functional on WinUI 2.6+ and 3.x, albeit with a few style issues (which will be fixed either in this PR or a later one).
## PR Type
What kind of change does this PR introduce?
Bugfix
Refactoring (no functional changes, no api changes)
## What is the current behavior?
See #4085
## What is the new behavior?
- `TabbedCommandBar` now inherits from MUXC `NavigationView` and uses 2.6 styles
- `Normal*` and `ContextualTabTemplate` now use MUXC `NavigationViewItem`
## PR Checklist
Please check if your PR fulfills the following requirements:
- [ ] Tested code with current [supported SDKs](../readme.md#supported)
- [ ] Tests for the changes have been added (for bug fixes / features) (if applicable)
- [x] Contains **NO** breaking changes
0 commit comments