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.
我在 Windows Phone 中使用 InputScope 来打开数字键盘,我需要它在 WinRT、Windows8 中的等效项。
我该怎么做?
谢谢。
InputScope 在 WinRT-XAML 中的 TextBox 控件中仍然可用,就像在 Windows Phone 开发中一样。
将 TextBox 添加到页面,您将在 Common grouping 下找到该属性。
<P:focus标签在普通表单中工作正常,但当表单位于 a 的第二个选项卡中时,p:tabView它不起作用。
<P:focus
p:tabView
选择选项卡时设置表单第一个输入的焦点的解决方案是什么?