Blazor RC1 Virtualize Component paging issue #26353
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-virtualization
This issue is related to the Blazor Virtualize component
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
Status: Resolved
Virtualize component seems not to support clicking in “page down” area of the scroll bar.
If you drag a handle, component correctly loads items.
If you click in the scrollbar below the handle, component automatically scrolls the list from the current position till the end. Sometimes it’s enough to click once, sometimes you have to click ‘page down’ a few times.
I’ve attached a simple test project based on blazor project template:
WebApplication1.zip
The text was updated successfully, but these errors were encountered: