Info
Version: | 1.0.0 |
Author(s): | Vladimir Samoilenko |
Last Update: | Wednesday, May 1, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SamProf/BlazorVirtualScrolling |
NuGet Url: | https://www.nuget.org/packages/BlazorVirtualScrolling |
Install
Install-Package BlazorVirtualScrolling
dotnet add package BlazorVirtualScrolling
paket add BlazorVirtualScrolling
BlazorVirtualScrolling Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Components.Browser(>= 3.0.041921603)
Tags
Loading hundreds of elements can be slow in any browser; virtual scrolling enables a performant way to simulate all items being rendered by making the height of the container element the same as the height of total number of elements to be rendered, and then only rendering the items in view.