Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reordering items within the list #39

Open
liamcharmer opened this issue Jun 8, 2022 · 1 comment
Open

Reordering items within the list #39

liamcharmer opened this issue Jun 8, 2022 · 1 comment

Comments

@liamcharmer
Copy link

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants