Blazor File Manager Example - Virtualization
Upload Files
Or drop files here
This sample demonstrates UI virtualization in the File Manager component, optimizing performance by dynamically loading items as users scroll through folders and files.
Virtualization benefits:
- Enhanced performance and user experience
- Efficient handling of extensive datasets
- Applies to both details view and large icons view
- Seamless navigation through large volume data
Implementation:
- Enable virtualization by setting EnableVirtualization to
true
This example includes folders (documents and text documents) with substantial file counts, demonstrating the File Manager's capability to manage and display large volumes of data efficiently. For detailed information, refer to the virtualization documentation.