VirtualizingPanel Attached Properties
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The VirtualizingPanel type exposes the following members.
| Name | Description | |
|---|---|---|
|
CacheLength | Gets or sets the size of the cache before and after the viewport when the VirtualizingPanel is virtualizing. |
|
CacheLengthUnit | Gets or sets the type of unit that is used by the CacheLength property. |
|
IsContainerVirtualizable | Get or sets a value that indicates whether this VirtualizingPanel should virtualize an item. |
|
IsVirtualizing | Gets or sets a value that indicates that this VirtualizingPanel is virtualizing its child collection. |
|
IsVirtualizingWhenGrouping | Gets or sets a value that indicates whether this VirtualizingPanel virtualizes the items in its collection when it displays groups. |
|
ScrollUnit | Gets a value that indicates whether scrolling is measured as items in the collection or as pixels. |
|
VirtualizationMode | Gets or sets how a panel in an ItemsControl virtualizes its child items. |