LongListSelectorAutomationPeer.GetVerticalViewSize Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the vertical percentage of the entire control that is currently viewable.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
'Declaration Public Function GetVerticalViewSize ( _ scrollExtent As Double, _ scrollViewport As Double _ ) As Double
Parameters
- scrollExtent
- Type: System.Double
The extent of the list.
- scrollViewport
- Type: System.Double
The visible size of the list.
Show: