Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PredictFocus()不支持的原因是什么FocusNavigationDirection.Next? 当 TAB 被击中时,如何让元素获得焦点?
PredictFocus()
FocusNavigationDirection.Next
仅支持上/下/左/右值。 Next、Previous、First、Last 方向对PredictFocus(但它们对 是合法的MoveFocus)是不合法的。
PredictFocus
MoveFocus
FrameworkElement.PredictFocus 方法