Reputation: 61
In XAML's Textbox, I use [Inputscope = "Number"]
And sometimes I think If Number keyboard have "Enter" button , it's more Useful.
Is there any "Number + Enter" keyboard in WP8.1?
It's my "Ideal Number Keyboard" Image below.
Upvotes: 1
Views: 587
Reputation: 981
You cant do that, the access access to the keyboard is restricted. Either you go for alphanumeric keyboard and handle alphabets in your textchanged events or create a custom look-a-like of the keyboard.
Upvotes: 1