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.
ユーザーがオプションを選択した場合、ユーザーがアプリケーションに入力しているときに自動修正を無効にするにはどうすればよいですか?これをコードで行いたいのですが。
ありがとうございました。
私はあなたがただ追加すると信じています:
autoText="false"
AutoCompleteBoxあなたが設定したを使用している場合
AutoCompleteBox
IsTextCompletionEnable = false;