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.
テキスト ボックスの入力範囲を使用せずに WP7 テキスト ボックスにスペル チェックを実装するにはどうすればよいですか
TextChanged イベントを使用して、スペル チェックのために TextBox に入力されたテキストを処理できます。それが私のアプローチになります。ただし、入力と UI マッピングが遅くなります。最良の方法は、inputScope を使用して、デバイスに不要な作業を行わせることです。私の答えがお役に立てば幸いです。