List - Virtualization Property

Specifies if a list is a virtualized.

Member of List (PRIM_LIST)

Data Type - Enumeration

Details

When Virtualisation is set to 'page' rows are added to the DOM as required.
When Virtualization is set to 'None' all rows items are added to the DOM on initialization of the list. 

Setting Virtualization to 'None' should only considered for low volume lists or when Virtualization(Page) encounters problems with scrolling.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2