I'm developing a WPF application for tablet. Since the framework 4.6.2, the virtual keyboard appears when a control gains focus.
I have a TextBox :
When this one gains focus so it becomes hidden :
Exists it native solution for correct this ? Or must I manage a scroll viewer ? Or show a dialog with my TextBox ?

