PivotAutomationPeer.IScrollProvider.Scroll Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Scrolls the visible region of the content area horizontally and vertically.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- horizontalAmount
- Type: System.Windows.Automation.ScrollAmount
The horizontal scrolling increment that is specific to the control.
- verticalAmount
- Type: System.Windows.Automation.ScrollAmount
The vertical scrolling increment that is specific to the control.
Implements
IScrollProvider.Scroll(ScrollAmount, ScrollAmount)
Show: