Blazor Community Standup: Blazor virtualization gets flexible
This Blazor Community Standup covers upcoming .NET 11 improvements to Blazor virtualization, including more flexible virtualization for variable-height items and new APIs for controlling scroll position.
Full summary based on description
What’s changing in .NET 11 Blazor virtualization
- The session previews virtualization improvements planned for .NET 11 in Blazor.
- The focus is on making the
Virtualizecomponent work better in real-world UI scenarios.
Variable-height items in Virtualize
- The presenters discuss adding support for variable-height items when using the
Virtualizecomponent. - This targets lists where rows/cards don’t have a uniform height, which can be difficult to virtualize efficiently.
Scroll position control APIs
- The session also introduces new APIs for controlling scroll position.
- This is aimed at scenarios like:
- Programmatically scrolling to a specific item
- Preserving/restoring scroll position
- More predictable scrolling behavior in virtualized lists
Links
- Resource list: https://www.theurlist.com/blazor-standup-20260428
Featuring
- Daniel Roth
- Ilona Tomkowicz