File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -55,26 +55,6 @@ String value used when hooking to itemTapEvent event.
55
55
* ** loadMoreItemsEvent** - * String*
56
56
String value used when hooking to itemTapEvent event.
57
57
58
- * ** itemsProperty** - * [ Property] ( http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html ) *
59
- Represents the observable property backing the items property of each GridView instance.
60
-
61
- * ** itemTemplateProperty** - * [ Property] ( http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html ) *
62
- Represents the item template property of each GridView instance.
63
-
64
- * ** colWidthProperty** - * [ Property] ( http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html ) *
65
- Represents the column width property for each column in the GridView instance.
66
-
67
- * ** rowHeightProperty** - * [ Property] ( http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html ) *
68
- Represents the row height property for each row in the GridView instance.
69
-
70
- * ** verticalSpacingProperty** - * [ Property] ( http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html ) *
71
- Represents the vertical spacing property between each item in the GridView instance.
72
-
73
- * ** horizontalSpacingProperty** - * [ Property] ( http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html ) *
74
- Represents the horizontal spacing property between each item in the GridView instance.
75
- Note that this is the minimum space to be left horizontally between items. It might grow depending on screen and item size.
76
-
77
-
78
58
### Instance Properties
79
59
* ** ios** - * [ UICollectionView] ( https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionView_class/ ) *
80
60
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