You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a tree with many items (1k+) the TreeView should only render visible parts on screen. Therefor Blazor Virtualize component can be used instead of the foreach loop to render items under a tree node.
The text was updated successfully, but these errors were encountered:
Using a tree with many items (1k+) the TreeView should only render visible parts on screen. Therefor Blazor Virtualize component can be used instead of the foreach loop to render items under a tree node.
The text was updated successfully, but these errors were encountered: