CanVerticallyScroll Property

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.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

'Declaration
Public Property CanVerticallyScroll As Boolean
<VirtualizingStackPanel CanVerticallyScroll="bool"/>

Property Value

Type: System.Boolean
true if content can scroll in the vertical dimension; otherwise, false. The default is false.

Implements

IScrollInfo.CanVerticallyScroll

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft