在Windows 10上的WPF应用程序中启用拼写检查
问题描述:
我目前正在从Windows 7迁移到Windows 10.现有的WPF应用程序有几个启用了拼写检查的文本框。在Windows 7上,Windows 10中出现的红色波浪线不是。要检查的语言是en-GB。
奇怪的是在Visual Studio的设计视图中工作但在运行时没有。
将构建框架修改为3.5可以解决问题 - 但这不是一个可行的解决方案。
帮助....
我尝试过:
恢复框架版本,添加lang标签
Am currently migrating from Windows 7 to Windows 10. An existing WPF app has several textboxes with spell checking enabled. On windows 7 the red squiggly line appears in Windows 10 is does not. Language to be checked is en-GB.
Strangely is does work within the design view in Visual Studio but not at run time.
Amending the build framework back to 3.5 resolves the issue - this is not a feasable solution though.
Help....
What I have tried:
Reverting the framework version, adding the lang tags
答
你希望我们对这些信息有什么看法,因为它应该起作用,你什么也没告诉我们?
如何to:在文本编辑控件中启用拼写检查| Microsoft Docs [ ^ ]
And what do you expect us to do with this information, since it's "supposed" to work and you show us nothing?
How to: Enable Spell Checking in a Text Editing Control | Microsoft Docs[^]