IScrollProviderScroll Method

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

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void Scroll(
	ScrollAmount horizontalAmount,
	ScrollAmount verticalAmount
)

Parameters

horizontalAmount  ScrollAmount
The horizontal increment specific to the control.
verticalAmount  ScrollAmount
The vertical increment specific to the control.

Remarks

WindowsIScrollProvider.Scroll
macOSNo mapping.

See Also