Tugrul Emre Atalay
Tugrul Emre Atalay

Reputation: 938

How can I change keyboard style to Numeric in Winrt?

I was using InputScope in Windows Phone for open numeric Keyboard and I need its equaivalent in WinRT, Windows8.

How can I do it?

Thanks.

Upvotes: 0

Views: 547

Answers (1)

Brandon Scott
Brandon Scott

Reputation: 306

InputScope is still available in WinRT-XAML on the TextBox control, in the same way it is on Windows Phone development.

Add a TextBox to a page and you'll find the property under Common grouping.

Upvotes: 1

Related Questions