Slide views (or whatever is the official name), is something that IMHO should
be improved in Flex (along with some more mobile related features).
Unless you make your own component, in order to achieve what you want first
you should look into piecing the text yourself, and then use a List
component with these properties:
<s:List pageScrollingEnabled="true" verticalScrollPolicy="off"
horizontalScrollPolicy="on">
<s:layout>
<s:HorizontalLayout/>
</s:layout>
</s:List>
I'm not sure, but I think you need scrollSnappingMode="center" as well.
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Pagination-in-Flash-Builder-tp7588p7590.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.