IScrollProvider::Scroll method (uiautomationcore.h)

Scrolls the visible region of the content area horizontally and vertically.

Syntax

HRESULT Scroll(
       ScrollAmount horizontalAmount,
       ScrollAmount verticalAmount
);

Parameters

horizontalAmount

verticalAmount

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps | UWP apps]
Minimum supported server Windows Server 2003 [desktop apps | UWP apps]
Target Platform Windows
Header uiautomationcore.h (include UIAutomation.h)

See also

Conceptual

IScrollProvider

Reference

UI Automation Providers Overview