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.
当我设置这个<TextBox InputScope="Text" />属性时,会有一个正常的 WP7 建议栏。有什么办法可以去掉吧?我需要 InputScope="Text" 来自动大写首字母和其他打字功能。
<TextBox InputScope="Text" />
不幸的是没有。除了默认情况下,没有办法细化 InputScope 行为。
inputscope 定义包括是否使用自动完成选项。如果您真的不想要自动完成,那么您需要从不包含它的那些中进行选择。