KeyboardNavigationMode Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies the tabbing behavior across tab stops for a Windows Phone tabbing sequence within a container.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
| Member name | Description | |
|---|---|---|
| Local | Tab indexes are considered on the local subtree only inside this container. | |
| Cycle | Focus returns to the first or the last keyboard navigation stop inside of a container when the first or last keyboard navigation stop is reached. | |
| Once | The container and all of its child elements as a whole receive focus only once. |
Show: