I have to create a form in which the user must input his age. I would like to use a numeric keyboard:
I was facing this too, but the best way to implement this is through behaviors, here is an article which shows you in detail how to implement this and even more, like limiting the value of the number entered to a given value you set in your XAML.