Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Reference