4.1005 VirtualizingPanel
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Panel > VirtualizingPanel, IInputElement | |
VirtualizingPanel | |
DataGridCellsPanel VirtualizingStackPanel | |
(usage) |
None. |
(description) |
A base type for panels that virtualize their child data collection. |
[is default constructible] |
false |
[content property] |
Children |
[name property] |
Name |
[xml lang property] |
Language |
(attachable properties) |
|
VirtualizingPanel.CacheLength (4.5) |
VirtualizationCacheLength |
(description) |
The size of the cache before and after the viewport when the VirtualizingPanel is virtualizing. |
[target type] |
DependencyObject |
VirtualizingPanel.CacheLengthUnit (4.5) |
VirtualizationCacheLengthUnit |
(description) |
The type of unit that is used by the CacheLength property. |
[target type] |
DependencyObject |
VirtualizingPanel.IsContainerVirtualizable (4.5) |
x:Boolean |
(description) |
Get or sets a value that indicates whether this VirtualizingPanel should virtualize an item. |
[target type] |
DependencyObject |
VirtualizingPanel.IsVirtualizing (4.5) |
x:Boolean |
(description) |
A value that indicates that this VirtualizingPanel is virtualizing its child collection. |
[target type] |
DependencyObject |
VirtualizingPanel.IsVirtualizingWhenGrouping (4.5) |
x:Boolean |
(description) |
A value that indicates whether this VirtualizingPanel virtualizes the items in its collection when it displays groups. |
[target type] |
DependencyObject |
VirtualizingPanel.ScrollUnit (4.5) |
ScrollUnit |
(description) |
A value that indicates whether scrolling is measured as items in the collection or as pixels. |
[target type] |
DependencyObject |
VirtualizingPanel.VirtualizationMode (4.5) |
VirtualizationMode |
(description) |
How a panel in an ItemsControl virtualizes its child items. |
[target type] |
DependencyObject |