IScrollProvider.Scroll Method

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.

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

void IScrollProvider.Scroll(
	ScrollAmount horizontalAmount,
	ScrollAmount verticalAmount
)

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)

Windows Phone OS

Supported in: 8.1

Show:
© 2017 Microsoft