HierarchicalVirtualizationItemDesiredSizes Properties
.NET Framework 4.5
The HierarchicalVirtualizationItemDesiredSizes type exposes the following members.
| Name | Description | |
|---|---|---|
|
LogicalSize | Gets the size of the control's child items, in logical units. |
|
LogicalSizeAfterViewport | Gets the size of the control's child items that are in the cache after the viewport, in logical units. |
|
LogicalSizeBeforeViewport | Gets the control's child items that are in the cache before the viewport, in logical units. |
|
LogicalSizeInViewport | Gets the control's child items that are in the viewport, in logical units. |
|
PixelSize | Gets the size of the control's child items, in device-independent units (1/96th inch per unit). |
|
PixelSizeAfterViewport | Gets the size of the control's child items that are in the cache after the viewport, in device-independent units (1/96th inch per unit). |
|
PixelSizeBeforeViewport | Gets the size of the control's child items that are in the cache before the viewport, in device-independent units (1/96th inch per unit). |
|
PixelSizeInViewport | Gets the size of the control's child items that are in the viewport, in device-independent units (1/96th inch per unit). |