Table of Contents

Interface INavigableContainer

Namespace
Avalonia.Input
Assembly
Avalonia.Base.dll

Defines a container in which the child controls can be navigated by keyboard.

public interface INavigableContainer

Methods

GetControl(NavigationDirection, IInputElement?, bool)

Gets the next control in the specified direction.

IInputElement? GetControl(NavigationDirection direction, IInputElement? from, bool wrap)

Parameters

direction NavigationDirection

The movement direction.

from IInputElement

The control from which movement begins.

wrap bool

Whether to wrap around when the first or last item is reached.

Returns

IInputElement

The control.