I am trying to simulate the experience of reading a book in WP7. I basically have text I need to display in a textblock, enough to fill the page and allow the user to flip to the next page by swiping the finger across the screen. I am running into a few issues and I'd like to see if anyone has come across this or has a better idea:
right now I am looking into having a series of textblocks, one line tall, one after the other in a stackpanel, enough to fill the screen and individually justified, hopefully not too resource intensive.
I will let you know what I find.
thank you
This seems to be quite a common question.
I recommend:
On your proposal, I think using multiple <Run>
s inside a single multiline <TextBlock>
is pretty much the same resource usage as putting multiple lines on a single page - so your approach should be OK.