VirtualizingStackPanel.CanVerticallyScroll 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 indicates whether content can scroll in the vertical dimension.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<VirtualizingStackPanel CanVerticallyScroll="bool"/>
Property Value
Type: System.Booleantrue if content can scroll in the vertical dimension; otherwise, false. The default is false.
Implements
IScrollInfo.CanVerticallyScroll
Show: