There is no way to invoke touch keyboard from code programatically. But you can launch, hide keyboard for custom control like in Input: Touch keyboard sample
You can programmatically open and close the soft keyboard by applying the focus to invisible controls. It's not considered a best practice (it might confuse the end user) but sometimes is comes in handy. There's an example
over here.
Proposed as answer byDave SmitsMVPThursday, July 3, 2014 6:29 AM
There is no way to invoke touch keyboard from code programatically. But you can launch, hide keyboard for custom control like in Input: Touch keyboard sample
You can programmatically open and close the soft keyboard by applying the focus to invisible controls. It's not considered a best practice (it might confuse the end user) but sometimes is comes in handy. There's an example
over here.
Proposed as answer byDave SmitsMVPThursday, July 3, 2014 6:29 AM