Skip to content

Commit

Permalink
remove old props from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStaev committed Apr 17, 2017
1 parent 92edf54 commit 1856ca3
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,6 @@ String value used when hooking to itemTapEvent event.
* **loadMoreItemsEvent** - *String*
String value used when hooking to itemTapEvent event.

* **itemsProperty** - *[Property](http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html)*
Represents the observable property backing the items property of each GridView instance.

* **itemTemplateProperty** - *[Property](http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html)*
Represents the item template property of each GridView instance.

* **colWidthProperty** - *[Property](http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html)*
Represents the column width property for each column in the GridView instance.

* **rowHeightProperty** - *[Property](http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html)*
Represents the row height property for each row in the GridView instance.

* **verticalSpacingProperty** - *[Property](http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html)*
Represents the vertical spacing property between each item in the GridView instance.

* **horizontalSpacingProperty** - *[Property](http://docs.nativescript.org/ApiReference/ui/core/dependency-observable/Property.html)*
Represents the horizontal spacing property between each item in the GridView instance.
Note that this is the minimum space to be left horizontally between items. It might grow depending on screen and item size.


### Instance Properties
* **ios** - *[UICollectionView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UICollectionView_class/)*
Gets the native iOS view that represents the user interface for this component. Valid only when running on iOS.
Expand Down

0 comments on commit 1856ca3

Please sign in to comment.