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
Pavel Voronin
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
AnjumSKhan
source
to share