Asp.net Blazor RC1 Virtualize Component – items limit #26354
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
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
The text was updated successfully, but these errors were encountered: