Enum KeyboardNavigationMode
Specifies the tabbing behavior across tab stops for a Silverlight tabbing sequence within a container.
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public enum KeyboardNavigationMode
Fields
| Name | Description |
|---|---|
| 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. |
| Local | Tab indexes are considered on the local subtree only inside this container. |
| Once | The container and all of its child elements as a whole receive focus only once. |