WindowsAppSDK
WindowsAppSDK copied to clipboard
For Windows WinUI3 windows are always "inactive"
Describe the bug
Unable to scroll any scroller control using mouse wheel if mouse option to scroll inactive windows is OFF.
Steps to reproduce the bug
- Go to Windows Mouse settings
- Disable scroll of inactive windows on mouse over
- Open WinUI 3 Gallery App
- Nothing will scroll using mouse wheel, even if focused
Expected behavior
The same that happens for any other software: scroll working when window is active.
Screenshots
No response
NuGet package version
1.1.3
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 21H2 (22000)
IDE
Visual Studio 2022
Additional context
No response
Assigning this over to you @MikeHillberg since this sounds like a WinUI 3 bug. Feel free to move the bug over to the WinUI3 repo.
I'm able to replicate this as well. It's been reported for the PowerToys UIs that use Windows App SDK: https://github.com/microsoft/PowerToys/issues/20961