Add virtualization components #23092
Labels
area-blazor
Includes: Blazor, Razor Components
Done
This issue has been fixed
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
Milestone
Consider a component such as a list or a grid that needs to render hundreds of child component. At any given time, only a subset of components are visible in the viewport need to be rendered. This issue tracks adding a component that abstract the concept of virtualization, along with implementations for common virtualization scenarios such as grids and lists.
https://github.com/aspnet/samples/tree/master/samples/aspnetcore/blazor/Virtualization has should help you get started.
The text was updated successfully, but these errors were encountered: