C# numeric onscreen keyboard

3.4k Views Asked by At

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?

1

There are 1 best solutions below

6
On BEST ANSWER

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