PlaceholderContext 结构

定义

包含虚拟化列表中占位符的上下文。

public value class PlaceholderContext
public readonly struct PlaceholderContext
type PlaceholderContext = struct
Public Structure PlaceholderContext
继承
PlaceholderContext

构造函数

PlaceholderContext(Int32, Single)

构造新的 PlaceholderContext 实例。

属性

Index

占位符的项索引。

Size

占位符的大小(以像素为单位)。

对于具有垂直滚动的虚拟化组件,这是占位符的高度(以像素为单位)。 对于水平滚动的虚拟化组件,这是占位符的宽度(以像素为单位)。

适用于