1.Introduction
Description: Using this extension you can create a vertical version of View Pager
Latest Version: 1.2
Last Updated: October 2, 2021
Released: June 10, 2021
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 indexsmoothScroll
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
4.Download
Aix can be downloaded from Github repo:
https://github.com/vknow360/VerticalViewPager
Download AIA: VerticalViewPager.aia
Donations are always welcome.
https://www.paypal.com/paypalme/PremwatiGupta
Video demo:
5.Updates
ChangeLog Version 1.1
New Blocks
Changes
- Added
id
system - Dynamic Components support
ChangeLog Version 1.2
New Blocks
Hope it helps!