Description: Using this extension you can create a vertical version of View Pager Latest Version: 1.2 Last Updated:2021-10-01T18:30:00Z Released:2021-06-09T18:30:00Z
2.Blocks
3.Usages
Initialize and Add views Adds view pager to the container and adds given views into view pager
Alternatively you can add view at specific index too
Remove view by index Removes the view present at given index
Remove view by view itself Removes the view from pager but does not destroy that
Scroll To Scrolls to given index smoothScroll specifies whether animation should happen or not
Get Current View Index Returns the current view's index
Get Total Views count Returns number of views added
Remove View Pager Removes given view pager from view system
Use a different transfor Setting this property to true/false will be applied on pagers created afterwards
Can a HorizontalViewPager extension be made to behave the same way as the Vertical one, i.e. reacts to user swipe right/left, as opposed to it being automated ? It is more natural to swipe left/right, and AppInventor already has a vertical "scroll" of sorts....
Not currently, they are essentially the same extension with a few tweaks. The horizontal view pager has not been officially released as a separate extension by @vknow360