PlaceholderContext Struct
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.
Contains context for a placeholder in a virtualized list.
public value class PlaceholderContext
public readonly struct PlaceholderContext
type PlaceholderContext = struct
Public Structure PlaceholderContext
- Inheritance
-
PlaceholderContext
Constructors
PlaceholderContext(Int32, Single) |
Constructs a new PlaceholderContext instance. |
Properties
Index |
The item index of the placeholder. |
Size |
The size of the placeholder in pixels. For virtualized components with vertical scrolling, this would be the height of the placeholder in pixels. For virtualized components with horizontal scrolling, this would be the width of the placeholder in pixels. |