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.
我正在使用 .net 框架 4.5
我有一个 WPF 项目,我使用 WPF 组合框。该属性IsEditable设置为true允许输入值。
IsEditable
true
但是当我输入诸如“â”之类的非英文字符时(我必须输入“aa”来制作“â”,它就变成了“aâ”。
当我设置属性IsTextSearchEnabled = "False"时,“aa”变成“â”(这是正确的行为)。
IsTextSearchEnabled = "False"
IsTextSearchEnabled = "True"为 WPF 组合框设置时,是否有人对此有解决方案 ?
IsTextSearchEnabled = "True"
首先,当我输入ComboBox. 如果您ComboBox或您的计算机有某些特定的东西给您这种行为,您需要与我们分享,以便我们更好地帮助您。
ComboBox
尽管如此,我不知道如何输入"aa"来生成"â",但我知道如果你在按住Alt键的同时按0226,它也会给你"â"。也许您可以尝试使用它?
您可以从宾夕法尼亚州立大学网站上的Windows - Alt Key Numeric Codes页面找到更多重音代码。