UWP RootScrollViewer doesnt work

221 Views Asked by At

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...

enter image description here

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...

enter image description here

I looked if there were any diferences in the XAML-Code, but I didn't find anything.. Any idea..?

0

There are 0 best solutions below