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