VirtualizationCacheLength.CacheBeforeViewport 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 the size of the cache after the viewport when the VirtualizingPanel is virtualizing.
public:
property double CacheBeforeViewport { double get(); };
public double CacheBeforeViewport { get; }
member this.CacheBeforeViewport : double
Public ReadOnly Property CacheBeforeViewport As Double
Property Value
The size of the cache after the viewport when the VirtualizingPanel is virtualizing.
Remarks
In this context, "virtualize" refers to a technique by which a subset of user interface (UI) elements are generated from a larger number of data items based on which items are visible on the screen. Use a cache to avoid generating UI elements as they're scrolled into view.