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.
TraversalRequest request = new TraversalRequest(FocusNavigationDirection.Next); MoveFocus(request);
このコードを DataGrid PreviewKeyDown イベントで使用していますが、フォーカスが次のコントロールに移動していません。代わりに、フォーカスが DataGrid の前の 2 つのコントロールに移動しています。
リクエストには次のコードを使用します。
TraversalRequest request = new TraversalRequest(FocusNavigationDirection.Down);
リクエストにDownを使用してください