Vincent
Vincent
# Proposal: Update NavigationView to support command binding ## Summary `NavigationView` is an useful navigation control but it does not expose any command properties to easily bind the back button,...
Each time we write a `x:Name="xxx"` attribute in our XAML code, a field is created on the generated code-behind file. This field is populated during the control creation using a...
### Describe the bug I want to inject custom subtitle to a media playback session and display them at the bottom of the `MediaPlayerElement` and horizontally centered. I've created a...
### Describe the bug We can control how controls react to text scaling with the `IsTextScaleFactorEnabled` property. If we display a flyout with `IsTextScaleFactorEnabled='True'` from a control which has `IsTextScaleEnabled='False'`...
### Describe the bug When text scaling is set to 225%, the search icon in the narrow left nav is not properly rendered. ### Steps to reproduce the bug 1....
### Describe the bug When text scaling is on, the content of the `MenuBar` is cropped. The bottom part of the labels is not visible and this is preventing the...
Ribbon
## What? Adding the `Ribbon` control to the toolkit. See https://github.com/CommunityToolkit/Labs-Windows/discussions/544 and https://github.com/CommunityToolkit/Labs-Windows/issues/545 for more details. ## How? I'm adding the following components to the toolkit: - **Ribbon** the ribbon...
### Approved from Discussion https://github.com/CommunityToolkit/Labs-Windows/discussions/544 ### Problem Statement Office and applications like Paint are using a "large" ribbon to display all their available commands. Those ribbons display all the available...
### Description I've converted an UWP test application using xUnit to .Net 9 + AOT. The xUnit tests are not discovered (and not run). ### Steps To Reproduce 1. Create...
### Description I'm using a custom control which inherits from [MediaPlayerElement](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.mediaplayerelement?view=winrt-26100) in my application. When creating an instance of my control, the application to throwing a `NullReferenceException`. ### Steps To...