4.1006 VirtualizingStackPanel

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Panel > VirtualizingPanel > VirtualizingStackPanel, IInputElement
VirtualizingStackPanel
DataGridRowsPresenter
(usage)
<VirtualizingStackPanel> UIElement* </VirtualizingStackPanel>
(description)
Arranges and virtualizes content on a single line that is oriented either horizontally or vertically.
[content property]
Children
[name property]
Name
[xml lang property]
Language
(properties)
CanHorizontallyScroll
x:Boolean
(description)
A value that indicates whether a VirtualizingStackPanel can scroll in the horizontal dimension.
CanVerticallyScroll
x:Boolean
(description)
A value that indicates whether content can scroll in the vertical dimension.
Orientation
Orientation
(description)
A value that describes the horizontal or vertical orientation of stacked content.
ScrollOwner
ScrollViewer
(description)
A value that identifies the container that controls scrolling behavior in this VirtualizingStackPanel.
(attachable events)
VirtualizingStackPanel.CleanUpVirtualizedItem
Occurs when an item is being re-virtualized by the ItemsControl that is associated with this instance of VirtualizingStackPanel.