0

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.

Tugrul Emre Atalay
  • 918
  • 1
  • 9
  • 28

1 Answers1

1

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.

Brandon Scott
  • 308
  • 1
  • 11