Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated TabbedCommandBar for WinUI 2.6 (#4132)
## 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
- Loading branch information