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.
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.BooleanReturns true if the control can scroll vertically; otherwise, false..
Show: