VirtualizationCacheLengthUnit Enumeration
.NET Framework (current version)
Specifies the type of unit that is used by the VirtualizingPanel::CacheLength attached property.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| Item | The VirtualizingPanel::CacheLength is measured in terms of the items that are displayed in the panel. | |
| Page | The VirtualizingPanel::CacheLength is measured in terms of a page, which is equal to the size of the panel's viewport. | |
| Pixel | The VirtualizingPanel::CacheLength is measured in terms of device-independent units (1/96th inch per unit). |
Use the VirtualizingPanel::CacheLengthUnit attached property to specify the units of the VirtualizingPanel::CacheLength.
.NET Framework
Available since 4.5
Available since 4.5
Show: