I want to style (actually just change the color) on the built in keyboard in an wp7 application. I am creating a Silverlight project, and using a as the input, and this has the default styled keyboard on focus. Is there a way to style this keyboard? I have tried looking at the xaml style TargetTypes, but I don't see any valid options for a keyboard!

Any idea on how to style a WP7 (Mango) keyboard?

thanks

link|improve this question

feedback

1 Answer

up vote 8 down vote accepted

This is currently not possible. the keyboard is part of the system that is outside of the scope of your controls, much like the launchers and choosers. The only control you have over the keyboard is the input-scope, which allows you to select keyboards appropriate for numeric, URL entry etc ...

link|improve this answer
Thanks! Not the answer I was hoping for, but now we know! – code-zoop Feb 1 at 13:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.