item position changed while scrolling in blazor virtualize with multiple items in row. #46383
Closed
1 task done
Labels
area-blazor
Includes: Blazor, Razor Components
feature-blazor-virtualization
This issue is related to the Blazor Virtualize component
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Is there an existing issue for this?
Describe the bug
item position changed while scrolling in blazor virtualize with multiple items in row.
Expected Behavior
Need to maintain the same position and scroll will works to load the row of items.
Steps To Reproduce
@code { public List<string> ListItems = new List<string>(); protected override void OnInitialized() { for (int i = 0; i < 1000; i++) { ListItems.Add("Item " + i); } } }
Exceptions (if any)
No response
.NET Version
7.0
Anything else?
screenshot,
The text was updated successfully, but these errors were encountered: