VirtualizingPanelGetControl Method
Gets the next control in the specified direction.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected abstract IInputElement? GetControl(
NavigationDirection direction,
IInputElement? from,
bool wrap
)
Protected MustOverride Function GetControl (
direction As NavigationDirection,
from As IInputElement,
wrap As Boolean
) As IInputElement
abstract GetControl :
direction : NavigationDirection *
from : IInputElement *
wrap : bool -> IInputElement
- direction NavigationDirection
- The movement direction.
- from IInputElement
- The control from which movement begins.
- wrap Boolean
- Whether to wrap around when the first or last item is reached.
IInputElementThe control.