Example of Virtualization in ASP.NET MVC ListView Control

ListView
Virtualization

This sample demonstrates the default functionalities of UI virtualization. Scroll list item to experience UI virtualization.

Contacts
  • NNancy
  • AAndrew
  • JJanet
  • undefinedMargaret
  • SSteven
  • undefinedLaura
  • RRobert
  • MMichael
  • undefinedAlbert
  • NNolan
  • undefinedLaura
  • JJanet
  • SSteven
  • AAndrew
  • undefinedLaura
  • SSteven
  • undefinedLaura
Properties
Load data
Time taken
27 ms

UI virtualization is an optimization technique to avoid unnecessarily constructing and rendering objects for list items by loading only visible list items in a view port. This helps to improve ListView performance when loading a large number of items. The list items are updated dynamically while users scroll the list. The virtualization can be enabled by using the EnableVirtualizationopens in a new tab API in Listview.

Transform your ASP.NET MVC web apps today with Syncfusion® ASP.NET MVC components
85+ high-performance and responsive UI components
Dedicated support
Hassle-free licensing
TRY IT FOR FREE
opens in a new tab