Performance implications of the List itemRenderer vs. itemRendererFunction properties
July 10th, 2009
4 comments
The spark List component in Flex 4 has virtualization enabled by default. Virtualization is an optimization that only renders items that are currently in view which allows the List to support very large data sets. You can learn more about how virtualization works in Flex 4 by reading the Spark Virtualization Spec.
Read more…