ScrollView generates a lot of debug output #9434
Labels
bug
Something isn't working
closed-Fixed
Described behavior has been fixed.
fix-released
The fix has been in a release (experimental, preview, stable, or servicing).
team-CompInput
Issue for IXP (Composition, Input) team
Milestone
Describe the bug
In C++(have not tested C#) the ScrollView seems to generate a lot of (what to me seems like) debug output like this:
This happens when you scroll around in the image, either by user input or programmatically. And it will not just generate one line, but 10 to 20 lines. And as I use the output panel quite a bit to follow my own debug output it becomes annoying and easy to miss more important events.
Steps to reproduce the bug
Make sure it is smaller than the original image so that scrollbars will appear.
Run the application, scroll around and observe the Output panel i VS.
Expected behavior
For ScrollView not to be so talkative in the output panel.
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.5.1: 1.5.240311000
Windows version
Windows 11 (22H2): Build 22621
Additional context
Happens in both unpackaged and packaged apps.
The text was updated successfully, but these errors were encountered: