ok after working a little bit on my project i noticed that you cannot load any number of pages to a tabstrip. loading about 20 pages will give me a "out of memory" crash.
i had to to find a way how to show a tabstrip that contains all month of the year where you can scroll from 1 month to the other.
so the current month is in the center and the next month is on the right and the previous month is on the left.
actually i only need 3 pages but there is no way to scroll and add new pages to the tabstrip and still get the nice sliding effect right?
well, i found a nice work around for my issue and i want to share it with you.
so what i do is i create 5 pages (3 where enough but when i scroll right/left i also show -2/+2 month, this looks better in my opinion)
so what i do is very simple scrolling to the left will call after x ms a sub that will scroll back to page nr 2 and reload the title lbl.
like this i only have 5 pages but it looks like i have unlimited pages.
have a look