This sample illustrates the implementation of UI virtualization within the File Manager control, 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 control 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. To use the virtual scrolling feature, inject the virtualization module using the FileManager.Inject(Virtualization) section. Note: File Manager’s upload functionality is restricted in the online demos for security reasons. If you need to test upload functionality, please install Syncfusion Essential Studio on your machine and run the demo.