Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Style the wp7 (Mango) keyboard

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

like image 919
code-zoop Avatar asked Feb 01 '12 12:02

code-zoop


1 Answers

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 ...

like image 169
ColinE Avatar answered Oct 24 '22 04:10

ColinE