I want the texts that go beyond the screen scrolls horizontally .. Can you help me? (I'm sure)
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
.