File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ Triggered when the user taps on an item in the GridView.
31
31
* ** loadMoreItems**
32
32
Triggered when the generated items reached the end of the items property.
33
33
34
+ * ** scroll**
35
+ Triggered when the GrdiView is scrolled by the user. from the ` args ` you can get the new horizonta/vertical offset.
36
+
34
37
### Static Properties
35
38
* ** itemLoadingEvent** - * String*
36
39
String value used when hooking to itemLoadingEvent event.
@@ -41,6 +44,9 @@ String value used when hooking to itemTapEvent event.
41
44
* ** loadMoreItemsEvent** - * String*
42
45
String value used when hooking to itemTapEvent event.
43
46
47
+ * ** scrollEvent** - * String*
48
+ String value used when hooking to scroll event.
49
+
44
50
### Instance Properties
45
51
* ** ios** - * [ UICollectionView] ( https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionView_class/ ) *
46
52
Gets the native iOS view that represents the user interface for this component. Valid only when running on iOS.
You can’t perform that action at this time.
0 commit comments