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

Asp.net Blazor RC1 Virtualize Component – items limit #26354

Closed
Jarek300 opened this issue Sep 26, 2020 · 1 comment
Closed

Asp.net Blazor RC1 Virtualize Component – items limit #26354

Jarek300 opened this issue Sep 26, 2020 · 1 comment
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-virtualization This issue is related to the Blazor Virtualize component ✔️ Resolution: Won't Fix Resolved because we decided not to change the behavior reported in this issue. Status: Resolved

Comments

@Jarek300
Copy link

Virtualize component seems not to support more than 700_000 elements.

If you have less elements, you can scrool till the end of the list. If you have more elements and scroll till the end of the list, last elements are not loaded.

I’ve attached a simple test project based on blazor project template. You can change the variable mCount to test with different list sizes.

WebApplication1.zip

@pranavkm pranavkm added the area-blazor Includes: Blazor, Razor Components label Sep 27, 2020
@captainsafia
Copy link
Member

Thanks for reporting this issue, @Jarek300.

This issue is a result of the browser's limitations on the height of a scrollable region, as opposed to a limitation in Blazor itself.

@captainsafia captainsafia added the ✔️ Resolution: Won't Fix Resolved because we decided not to change the behavior reported in this issue. label Sep 28, 2020
@ghost ghost added the Status: Resolved label Sep 28, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Oct 28, 2020
@mkArtakMSFT mkArtakMSFT added the feature-blazor-virtualization This issue is related to the Blazor Virtualize component label Dec 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components feature-blazor-virtualization This issue is related to the Blazor Virtualize component ✔️ Resolution: Won't Fix Resolved because we decided not to change the behavior reported in this issue. Status: Resolved
Projects
None yet
Development

No branches or pull requests

4 participants