This topic has not yet been rated - Rate this topic

HierarchicalVirtualizationItemDesiredSizes Properties

.NET Framework 4.5

The HierarchicalVirtualizationItemDesiredSizes type exposes the following members.

  NameDescription
Public property LogicalSize Gets the size of the control's child items, in logical units.
Public property LogicalSizeAfterViewport Gets the size of the control's child items that are in the cache after the viewport, in logical units.
Public property LogicalSizeBeforeViewport Gets the control's child items that are in the cache before the viewport, in logical units.
Public property LogicalSizeInViewport Gets the control's child items that are in the viewport, in logical units.
Public property PixelSize Gets the size of the control's child items, in device-independent units (1/96th inch per unit).
Public property 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).
Public property 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).
Public property PixelSizeInViewport Gets the size of the control's child items that are in the viewport, in device-independent units (1/96th inch per unit).
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.