Why doesn't PredictFocus () support FocusNavigationDirection.Next?

What is the reason PredictFocus()

not supporting FocusNavigationDirection.Next

?
And how can I get the element to receive focus on hitting TAB?

+3


source to share


1 answer


Only Up / Down / Left / Right values ​​are supported . Further, Previous, First, Last are not valid for PredictFocus

(but they are legal for MoveFocus

).



FrameworkElement.PredictFocus method

+1


source







All Articles