VirtualizingStackPanel.ScrollOwner Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that identifies the container that controls scrolling behavior in this VirtualizingStackPanel.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Controls.ScrollViewerThe ScrollViewer that owns scrolling for this VirtualizingStackPanel.
Implements
IScrollInfo.ScrollOwnerIf a ScrollViewer control is the ScrollOwner, physical scrolling is enabled. If a VirtualizingStackPanel is the ScrollOwner, scrolling is logical by child element.
Show: