D S

D S

  • NA
  • 5
  • 13.3k

Windows Phone 8.1 textblock doesnt scroll if outside screen.

Jul 28 2014 12:05 PM

Hi,
I'm developing an app for windows phone 8.1
How do I make a textblock scroll?
When I have text that's longer than the screen it doesn't scroll down.
Example.

I understand the scrollviewer function but I dont know how to bind to the phone height

<Scrollviewer>

<Textblock Text="lorem ipsum...." TextWrapping="Wrap" />

</Scrollviewer>