Blazor File Manager Example - Virtualization
This sample illustrates the implementation of UI virtualization within the File Manager component, enhancing performance and user experience by dynamically loading folders and files as the user scrolls through the items. In both the details view and large icons view, the component efficiently handles extensive data sets, ensuring smooth navigation. Particularly, the documents and text documents folders in this example contain a substantial number of files, showcasing the capability of the File Manager to manage and display large volumes of data seamlessly.
In this demo, virtualization is enabled by setting the EnableVirtualization property to true. This UI virtualization is applicable for both details view and large icons view. Refer to the virtualization documentation for more details.