I’m trying to make an ebook reader. I want each page to scroll sideways (like the Pivot viewer does) but I can’t get out how to figure out how many words need to be added to the text box on a screen to before it starts overflowing (I don’t want the user to scroll vertically).
Any tips?
Thanks!
There is a
Scrollable TextBlockwhich divide text into blocks of 2048px height. You can use their code to get text that will exactly fit into one page (800px, for example)Creating Scrollable TextBlock for WP7