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 并让设备完成您不想要的工作。希望我的回答对你有所帮助。