nativescript-community / ui-collectionview

Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.
Apache License 2.0
59 stars 18 forks source link

Feature Request: Add method similar to ListView isItemAtIndexVisible #23

Closed garsuga closed 3 years ago

garsuga commented 3 years ago

I could not find anything similar to this in CollectionView, would it be possible to expose a function similar to the isItemAtIndexVisible function in ListView. https://v6.docs.nativescript.org/api-reference/classes/_ui_list_view_.listview.html#isitematindexvisible

farfromrefug commented 3 years ago

@garsuga added in 4.0.31

garsuga commented 3 years ago

Seems to work great, thanks