locked
On screen keyboard hides form controls. RRS feed

  • Question

  • Hello,

    I am having registration page on the form and when OSK open it covers half of the controls on screen.

    How to resize screen when OSK opens and close.

    why Windows is not maintaining on its own?

    Thanks in advance.


    • Edited by zee_patel Wednesday, March 5, 2014 1:06 PM
    Wednesday, March 5, 2014 1:04 PM

Answers

  • WinRT will make sure that the OSK does not cover the control that requests input, unless for dangling Popup controls. So if your registration page is on a popup control, you need to set its parent, like this:

    rootGrid.Children.Add(this.RegistrationPopup);

     
    • Marked as answer by zee_patel Thursday, March 6, 2014 6:23 AM
    Wednesday, March 5, 2014 2:07 PM