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

Reordering items within the list #39

Open liamcharmer opened 2 years ago

liamcharmer commented 2 years ago

Hello! Just wondering if it's possible to reorder like you could with RadListView by tapping an item and moving it? I notice there are events that listen to reordering.

Also, are we able to target this reordering not on the parent item but on a child inside each collection?

farfromrefug commented 2 years ago

You need to enable reordering with reorderEnabled property. Then you can "start" the reordering of a cell with startDragging. Thus you can enable it from any view