Summary
Gets the next control in the specified direction.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- ILogicalScrollable
Syntax
IControl GetControlInDirection(NavigationDirection direction, IControl from)
Parameters
Name | Type | Description |
---|---|---|
direction | NavigationDirection | The movement direction. |
from | IControl | The control from which movement begins. |
Return Value
Type | Description |
---|---|
IControl | The control. |