ILogicalScrollableGetControlInDirection Method

Gets the next control in the specified direction.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
Control? GetControlInDirection(
	NavigationDirection direction,
	Control? from
)

Parameters

direction  NavigationDirection
The movement direction.
from  Control
The control from which movement begins.

Return Value

Control
The control.

See Also