I have created a Windows Form application (with MetroUI) for a Windows Tablet PC. The problem is that some dialogs are full screen.
When the user clicks on an input field which is located in the middle or at the bottom, the on-screen keyboard completely blocks the input field and the user is unaware of the input until the keyboard is hidden.
Is there a way I can show the user the input field during the input process (while the keyboard is still on screen). For instance whenever a user selects and input field in iOS or Android, the application tends to move upward to make way for the keyboard.