Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/278.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Uwp 关闭文本框的拼写检查_Uwp_Uwp Xaml - Fatal编程技术网

Uwp 关闭文本框的拼写检查

Uwp 关闭文本框的拼写检查,uwp,uwp-xaml,Uwp,Uwp Xaml,我想在用户使用软件键盘时创建一个没有拼写检查的文本框。我试过这个: <TextBox HorizontalAlignment="Stretch" IsSpellCheckEnabled="False" IsTextPredictionEnabled="False" /> 但不知何故,拼写检查仍然出现在软件键盘上。有什么建议吗?尝试添加SpellCheck.IsEnabled=“False”。SpellCheck在dot net framework中是另一个可用的类。@PEK它在

我想在用户使用软件键盘时创建一个没有拼写检查的文本框。我试过这个:

<TextBox HorizontalAlignment="Stretch" IsSpellCheckEnabled="False" IsTextPredictionEnabled="False" />


但不知何故,拼写检查仍然出现在软件键盘上。有什么建议吗?

尝试添加SpellCheck.IsEnabled=“False”。SpellCheck在dot net framework中是另一个可用的类。@PEK它在我的手机上工作正常,它不检查spelling@GaurangDave,据我所知,UWP不存在SpellCheck.IsEnabled,只有WPF:-(@Shubhamashu,你说得对,它在手机上的效果与预期的一样。但在平板电脑或电脑上的效果不同:-/。你可以通过右键单击任务栏来启用软件键盘。@PEK你部分说得对。我在pc上检查过,它也没有检查拼写,但由于系统设置,它在屏幕键盘上提供了建议