The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
VirtualizingPanel.CacheLength Attached Property
.NET Framework (current version)
Gets or sets the size of the cache before and after the viewport when the VirtualizingPanel is virtualizing.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Controls.VirtualizationCacheLengthThe size of the cache before and after the viewport when the VirtualizingPanel is virtualizing.
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.
Show: