您好我正在使用 VS2012 for Win8 进行 WinRT 应用程序开发。我已经尝试过文本框的 InputScope。当我在模拟器中运行应用程序时,单击文本框时没有像 Wp 这样的弹出数字可供选择。我错过了什么吗?
<TextBox TextWrapping="NoWrap" FontSize="38" Text="" InputScope="Number" Height="60" Width="103" Margin="100,10,0,10" />
谢谢
您好我正在使用 VS2012 for Win8 进行 WinRT 应用程序开发。我已经尝试过文本框的 InputScope。当我在模拟器中运行应用程序时,单击文本框时没有像 Wp 这样的弹出数字可供选择。我错过了什么吗?
<TextBox TextWrapping="NoWrap" FontSize="38" Text="" InputScope="Number" Height="60" Width="103" Margin="100,10,0,10" />
谢谢