ScrollVertical(Interactive, Double, Nullable) Method

Definition

Assembly HeadlessTestingFramework.dll

Simulates vertical wheel scrolling.

public void ScrollVertical(Interactive target, double lines, Point? position = default(Point? ))

Parameters

target
Avalonia.Interactivity.Interactive

The target control.

lines
Double

Number of lines to scroll (positive = up, negative = down).

position
Nullable<Point>

Optional position.