I built an UWP-Application with a some Views and a MainPage with a "Hamburgerlayout"
Now I have the problem, if I click in a Textbox, the virtual Keyboard will open and the application will compressed on the remaining screen... I tried a Scrollviewer in the MainPage and in the other pages, but without any solution...
So i built a new application, without any viewmodel etc., only two pages and tried it again.. and now if I click in the textbox, the virutal keyboard will display and I can scroll through the whole application...
I looked if there were any diferences in the XAML-Code, but I didn't find anything.. Any idea..?