This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
Pull to refresh + advanced scrollview effects
New features: (see FlexScrollView tutorial)
- Pull to refresh
- Leading & trailing scrollview linking
- Added margin & spacing to ListLayout
- Added '.push()' and '.removeAll()' to LayoutController
- Added 'layoutAlways' option for forcing the layout option to be called every render cycle
- Added 'autoPipeEvents' option for automatically piping events to the scrollview when adding to the datasource
Changes:
- Renamed 'ScrollView' to 'FlexScrollView'
- Split layout-option 'gutter' into 'margins' & 'spacing' (GridLayout & CollectionLayout)
- Deprecated 'TableLayout' (functionality was merged with ListLayout)
- Various fixes & minor improvements