IsVerticallyScrollable Method

LongListSelectorAutomationPeer.IsVerticallyScrollable Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Retrieves a value that indicates whether a control can scroll vertically.

Namespace:  Microsoft.Phone.Automation.Peers
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

'Declaration
Public Function IsVerticallyScrollable ( _
	scrollExtent As Double, _
	scrollViewport As Double _
) As Boolean

Parameters

scrollExtent
Type: System.Double
The extent of the list.
scrollViewport
Type: System.Double
The visible size of the list.

Return Value

Type: System.Boolean
Returns true if the control can scroll vertically; otherwise, false..

Windows Phone OS

Supported in: 8.1

Show:
© 2017 Microsoft