VirtualizingPanel.CacheLength Attached Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the size of the cache before and after the viewport when the VirtualizingPanel is virtualizing.
see GetCacheLength, and SetCacheLength
see GetCacheLength, and SetCacheLength
see GetCacheLength, and SetCacheLength
Remarks
The cache is the amount of space above or below the viewport in which items are not virtualized. Use a cache to avoid generating UI elements as they're scrolled into view. The CacheLengthUnit property determines the unit of measurement that is used by CacheLength.