0
I was wondering how I can adapt the Scrollviewer tag to the edges of windows phone, for all screen sizes. When I use it only gets fixed size, when it uses another screen size it does not adapt to the same.
0
I was wondering how I can adapt the Scrollviewer tag to the edges of windows phone, for all screen sizes. When I use it only gets fixed size, when it uses another screen size it does not adapt to the same.
Browser other questions tagged windows-phone windows-phone-8-1
You are not signed in. Login or sign up in order to post.
you are setting the Height and/or Width attributes to
Auto
?– itscorey
No, because I have a stackpanel that crosses the boundaries of the windows phone screen, I have to limit Scrollviewer to make it work. So who gets the Auto size is the stackpanel
– Severino J. Da C. Neto
Well, programmatically, take the
Height e Width
Stackpanel, and assign these values toHeight e Width
from Scrollview. I hope you solve.– itscorey
But how it will adapt to the screen size?
– Severino J. Da C. Neto
Wow, it really is. Stackpanel will push the boundaries of the screen, so Scroll will also push the boundaries if you use what I said. Unless you programmatically check which 'screen' the application is running.
– itscorey