Book App Template Project (for displaying the textual content of any book..)

Simply I am trying to design a simple application as a template for displaying the textual content of any book..
I designed an app with only 3 pages, using the HorizontalViewPager extension..
Each of these 3 pages consists of 3 components VerticalArrangement, VerticalScrollArrangement and Label..
What I'm thinking of and would like to collaborate on is to put a code to create any number of pages automatically, so that I don't need to add these three components manually every time I want to add a page to the book!

I think it would be difficult or even impossible for any one to repeat these steps if the book was 100 pages or 300

Can any one help?!


BookTemplateProject.aia (60.4 KB)

2 posts were merged into an existing topic: Is it possible to create a list of VerticalArrangement?!