Search code examples
c#silverlightwindows-phone-7xamlsmartphone

WP7 Automatic scrolling text in a textbox


I want the texts that go beyond the screen scrolls horizontally .. Can you help me? (I'm sure)

ScreenShoot


Solution

  • Generally, having content that scrolls both horizontally and vertically is a bad idea as it makes it harder for the user to navigate the content.

    That said, you can enable something be able to be scrolled horizontally by putting it in a ScrollViewer and setting the HorizontalScrollBarVisibility.