IScrollProvider.Scroll Method

PanoramaAutomationPeer.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)

'Declaration
Private Sub Scroll ( _
	horizontalAmount As ScrollAmount, _
	verticalAmount As ScrollAmount _
) Implements IScrollProvider.Scroll

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