问题标签 [contentdialog]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++ - WinRT/C++ TextBox 不接受 ContentDialog 中的任何字符输入
我有一个带有 WinRT/C++ 库(和 Microsoft.UI.Xaml.Controls 2.8 预发行版)的桌面程序,它在应用程序中会显示一个带有 TextBox 作为其内容的 ContentDialog。然而,不幸的是,TextBox 不接受来自键盘的任何字符输入,即使 TextBox 处于焦点状态。对于到目前为止的实验,TextBox 只能接受来自 Copy 和 Paste 方法的输入。那么,是否有任何解决方法或操作可以解决这个问题?
代码: