ui-collectionview
ui-collectionview copied to clipboard
Reordering items within the list
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?
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