When I tap into a textbox in my application, the Microsoft on-screen keyboard appears and shrinks my application window so that my app only occupies 60% of the screen, and the on-screen keyboard occupies the remaining screen space.
How could I intercept this behaviour?
So far I have not found a way to stop the on-screen keyboard from doing it. I wish it would simply show up but not resize my app window.
Thank you!