EditCategory
Keyboard Navigation
EditQuestion
What is the logic behind Tab Navigation mode?
EditAnswer
Tab Navigation moves the focus through controls in a logical sequence.
The default logical sequence is that controls will be focused starting from the first focusable child of the root control (window, page, etc.). From that point, the TabNavigation property is considered, and the next control in sequence is either the first focusable descendent of the currently focused control or the next focusable sibling. The TabNavigation property of the newly focused control is then evaluated, and so on.