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

Syntax

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

Parameters

Implements

IScrollProvider..::.Scroll(ScrollAmount, ScrollAmount)

Version Information

Windows Phone OS

Supported in: 8.1

See Also

Reference

LongListSelectorAutomationPeer Class

Microsoft.Phone.Automation.Peers Namespace