Skip to content

Commit 55450c3

Browse files
committed
added docs for scroll event
1 parent 1c3549a commit 55450c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Triggered when the user taps on an item in the GridView.
3131
* **loadMoreItems**
3232
Triggered when the generated items reached the end of the items property.
3333

34+
* **scroll**
35+
Triggered when the GrdiView is scrolled by the user. from the `args` you can get the new horizonta/vertical offset.
36+
3437
### Static Properties
3538
* **itemLoadingEvent** - *String*
3639
String value used when hooking to itemLoadingEvent event.
@@ -41,6 +44,9 @@ String value used when hooking to itemTapEvent event.
4144
* **loadMoreItemsEvent** - *String*
4245
String value used when hooking to itemTapEvent event.
4346

47+
* **scrollEvent** - *String*
48+
String value used when hooking to scroll event.
49+
4450
### Instance Properties
4551
* **ios** - *[UICollectionView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionView_class/)*
4652
Gets the native iOS view that represents the user interface for this component. Valid only when running on iOS.

0 commit comments

Comments
 (0)