traversalEdgeBehavior property

TraversalEdgeBehavior traversalEdgeBehavior
getter/setter pair

Controls the transfer of focus beyond the first and the last items of a FocusScopeNode.

Changing this field value has no immediate effect on the UI. Instead, next time focus traversal takes place FocusTraversalPolicy will read this value and apply the new behavior.

Implementation

TraversalEdgeBehavior traversalEdgeBehavior;