VirtualizationCacheLength.CacheBeforeViewport 属性

定义

获取虚拟化时 VirtualizingPanel 视区后缓存的大小。

public:
 property double CacheBeforeViewport { double get(); };
public double CacheBeforeViewport { get; }
member this.CacheBeforeViewport : double
Public ReadOnly Property CacheBeforeViewport As Double

属性值

虚拟化时 VirtualizingPanel 视区后缓存的大小。

注解

在此上下文中,“虚拟化”是指基于屏幕上可见的项从更多数据项生成用户界面(UI)元素子集的技术。 使用缓存避免在 UI 元素滚动到视图中时生成 UI 元素。

适用于