VirtualizingStackPanelGetControl Method

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected override IInputElement? GetControl(
	NavigationDirection direction,
	IInputElement? from,
	bool wrap
)

Parameters

direction  NavigationDirection
 
from  IInputElement
 
wrap  Boolean
 

Return Value

IInputElement

See Also