Moving text from one textblock to another

Hello! Is there possible way to create book style widget with 2 pages of text? I mean when text on first page is reaches limit of textblock, text that is out of textblock at first page is moving to second page automatically.

Any help?

I only know how to wrap within the same text box widget.
If I tried to do what you want to do, I think I would have to come up with something clever to get around the limitations of the system.
I think there is a way to get the rendered bounds of a widget, so if you can do that, you can detect how far over the bottom of one page it is spilling, and loop to transfer characters to the other until the rendered bounds are the desired size. That’s a brute force inefficient approach but it’s all i can think of at the moment.

Bump :slight_smile: Anyone?

1 Like

Hey did you ever figure this out?