Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.26k stars 529 forks source link

TreeView: add virtualization #5649

Open stsrki opened 1 month ago

stsrki commented 1 month ago

We need to consider adding virtualization support for big trees, which can decrease performance on client systems. Virtualization might help in this case.

ddjerqq commented 1 month ago

ListView.razor has virtualization example. I could add virtualization to TreeView