Search code examples
c#keyboardwindows-8.1numeric-input

C# numeric onscreen keyboard


I'm developing app for tablet with Win 8.1. I've got some TextBoxes with numeric input only and I need to popup numeric onscreen keyboard instead of standard one when entered. There's InputScope for WinPhone. Exists anything similar for Win 8.1?


Solution

  • Hi there is property InputScope="Number" in Win 8.1 TextBox too.