I've got a WP7 app where I need to enter large numeric data (6 digits and more) - is there some kind of advanced numeric control to enter large numbers comfortably?
By comfortably, do you mean the keyboard that comes up? Or that you don't want to use a keyboard at all?
In Silverlight, I believe that one way to set the type of keyboard is set the scope of the input for the TextBox... so in XAML:
<TextBox InputScope=”Number” …/>
or for a phone keypad
<TextBox InputScope=”TelephoneNumber” …/>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With