Screen shots of layouts of the different keypad layouts available on the WIndows Phone 7 (as taken from the emulator).
InputScopeValues - http://msdn.microsoft.com/en-us/library/system.windows.input.inputscopenamevalue.aspx
tip: If you want to start your app with the SIP keypad displayed, one easy method is to set focus on a text box on the page.
this.Loaded +=
new RoutedEventHandler((object sender, RoutedEventArgs e) => {txtBox.Focus();});
No comments:
Post a Comment
Remember, if you want me to respond to your comment, then you need to use a Google/OpenID account to leave the comment.