문제

Where can I find a tutorial for creating a custom InputScope? I'd like to create a custom keyboard that displays only the numbers 1-9 on the onscreen keybord (no symbols).

도움이 되었습니까?

해결책

You cannot create custom input scope, here are the ones supported InputScopeNameValue Enumeration there may be one close to what you want - there are ones with numbers e.g. telephone or number.

다른 팁

You can't create a custom input scope, but you can process key events, see http://www.atleyhunter.com/2010/11/12/making-textbox-numbers-only-for-windows-phone-7/ for how to handle numeric data entry.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top