VirtualizingPanel::SetCacheLength Method (DependencyObject^, VirtualizationCacheLength)
.NET Framework (current version)
Sets the CacheLength attached property.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: static void SetCacheLength( DependencyObject^ element, VirtualizationCacheLength value )
Parameters
- element
-
Type:
System.Windows::DependencyObject^
The object to set the property on.
- value
-
Type:
System.Windows.Controls::VirtualizationCacheLength
The 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.
.NET Framework
Available since 4.5
Available since 4.5
Show: