c# - How to scroll a usercontrol popup when focused virtual keyboard -


in windows 8 application, need collect user details. using user control inside popup. in simulator, when open virtual keyboard popup doesn't scrolling. how scroll popup when open virtual keyboard.

http://tinypic.com/view.php?pic=begdh4&s=6

thanks in advance.

the blog post handling virtual keyboard should answer question. can use margins, rendertransform, canvas.top, or other layout mechanism push popup wherever want it.


Comments