Reputation: 938
I was using InputScope in Windows Phone for open numeric Keyboard and I need its equaivalent in WinRT, Windows8.
How can I do it?
Thanks.
Upvotes: 0
Views: 547
Reputation: 306
InputScope is still available in WinRT-XAML on the TextBox control, in the same way it is on Windows Phone development.
Add a TextBox to a page and you'll find the property under Common grouping.
Upvotes: 1