Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling through very large number of items in ItemsRepeater + virtualized Layout + ScrollView causes blank frames #9643

Closed
RBrid opened this issue May 18, 2024 · 2 comments
Assignees
Labels
area-ItemsRepeater area-Scrolling bug Something isn't working fix-released The fix has been in a release (experimental, preview, stable, or servicing).
Milestone

Comments

@RBrid
Copy link
Contributor

RBrid commented May 18, 2024

Describe the bug

When a ScrollPresenter/ScrollView control is hosting an ItemsRepeater with numerous items and a virtualized Layout like the StackLayout, scrolling through those items causes frequent blank frames. This can be seen for example when dragging the Thumb of a ScrollView ScrollBar.

Steps to reproduce the bug

Populate an ItemsView with 10000 items (it internally uses a ScrollView, an ItemsRepeater and a virtualized StackLayout by default). Use the mouse to drag the ScrollBar's Thumb.
Result: a mix of frames that show items and blank frames.

Expected behavior

No blank frames.

Screenshots

No response

NuGet package version

None

Windows version

No response

Additional context

No response

@RBrid RBrid added this to the WinAppSDK 1.6 milestone May 18, 2024
@RBrid RBrid self-assigned this May 18, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label May 18, 2024
Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@RBrid
Copy link
Contributor Author

RBrid commented May 18, 2024

This bug has been fixed recently and the fix will ship in an upcoming release of the WinAppSDK.

@RBrid RBrid closed this as completed May 18, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot removed the needs-triage Issue needs to be triaged by the area owners label May 18, 2024
@codendone codendone added the fix-released The fix has been in a release (experimental, preview, stable, or servicing). label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-ItemsRepeater area-Scrolling bug Something isn't working fix-released The fix has been in a release (experimental, preview, stable, or servicing).
Projects
None yet
Development

No branches or pull requests

2 participants