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

ListView control overflows when it contains a large number of items #9931

Closed
Ajith-GS opened this issue Aug 27, 2024 · 3 comments
Closed

ListView control overflows when it contains a large number of items #9931

Ajith-GS opened this issue Aug 27, 2024 · 3 comments
Labels
area-Lists ListView, GridView, ListBox, etc bug Something isn't working duplicate This issue or pull request already exists team-Controls Issue for the Controls team

Comments

@Ajith-GS
Copy link

Ajith-GS commented Aug 27, 2024

Describe the bug

ListView control items are displayed outside the list view control boundary if the control is populated with a huge number of items, such as 550000 items.
image

How do we fix this issue?
Is there any workaround/property/API available to fix this issue?
Any help would be highly appreciated.

Steps to reproduce the bug

A sample application with above described issue is attached.
ListViewTestApp.zip

Build and run the application in Visual Studio.

Expected behavior

All items in the ListView should to stay confined and visible only when scrolling.

Screenshots

No response

NuGet package version

Windows App SDK 1.5.6: 1.5.240802000

Packaging type

Packaged (MSIX), Unpackaged

Windows version

Windows 10 version 22H2 (19045, 2022 Update)

IDE

Visual Studio 2022

Additional context

No response

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Aug 27, 2024
@lgBlog
Copy link

lgBlog commented Aug 29, 2024

image
Setting this property can alleviate.

@codendone codendone transferred this issue from microsoft/WindowsAppSDK Aug 29, 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!

Closed similar issues:

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

@codendone codendone added bug Something isn't working area-Lists ListView, GridView, ListBox, etc team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels Aug 29, 2024
@codendone
Copy link
Contributor

Looks like a dup of #8028?

@ranjeshj ranjeshj added the duplicate This issue or pull request already exists label Sep 10, 2024
@ranjeshj ranjeshj closed this as not planned Won't fix, can't repro, duplicate, stale Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Lists ListView, GridView, ListBox, etc bug Something isn't working duplicate This issue or pull request already exists team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

4 participants