Method AdvanceFocus
AdvanceFocus(NavigationDirection, TabBehavior?)
Advances the focus to the next or previous view in the focus chain, based on
direction.
public bool AdvanceFocus(NavigationDirection direction, TabBehavior? behavior)
Parameters
directionNavigationDirectionThe direction to advance.
behaviorTabBehavior?The tab behavior.
Returns
Remarks
If there is no next/previous view, the focus remains on the current view.