Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Listbox text truncation when text is scaled up (#1397)
## Description This change updates the Width set on ListBox to be MinWidth instead. ## Motivation and Context This fixes an accessibility issue in WinUI3 Gallery, where ListBox would truncate longer text when text scaling is sized up. ## How Has This Been Tested? Ad-hoc testing ## Screenshots (if appropriate): ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) --------- Co-authored-by: Christine Yan <[email protected]>
- Loading branch information