Interface INavigableContainer
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
NavigationDirectionThe movement direction.
from
IInputElementThe control from which movement begins.
wrap
boolWhether to wrap around when the first or last item is reached.
Returns
- IInputElement
The control.