Skip to content

Commit 1856ca3

Browse files
committed
remove old props from readme
1 parent 92edf54 commit 1856ca3

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -55,26 +55,6 @@ String value used when hooking to itemTapEvent event.
5555
* **loadMoreItemsEvent** - *String*
5656
String value used when hooking to itemTapEvent event.
5757

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-
7858
### Instance Properties
7959
* **ios** - *[UICollectionView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionView_class/)*
8060
Gets the native iOS view that represents the user interface for this component. Valid only when running on iOS.

0 commit comments

Comments
 (0)