IScrollProvider::Scroll method (uiautomationcore.h)

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

Syntax

HRESULT Scroll(
  [in] ScrollAmount horizontalAmount,
  [in] ScrollAmount verticalAmount
);

Parameters

[in] horizontalAmount

Type: ScrollAmount

The horizontal scrolling increment that is specific to the control.

[in] verticalAmount

Type: ScrollAmount

The vertical scrolling increment that is specific to the control.

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