Skip to main content

Scroll Method

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

Definition

Namespace: Avalonia.Automation.Provider
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

void Scroll(
ScrollAmount horizontalAmount,
ScrollAmount verticalAmount
)
View Source

Parameters

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

See Also

Reference

IScrollProvider Interface
Avalonia.Automation.Provider Namespace