roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

Drag and Drop inside a group CollectionView #46

Closed OKameric closed 2 years ago

OKameric commented 2 years ago

Hi,

Is it possible to limit drag&drop inside a group? So, that elements from one group can't be dragged to a different group in the CollectionView.

Thanks

meierhoeferjannis commented 2 years ago

Hi its just a guess, but maybe you can check the content from the DragAndDropInfo, you get when a Item is dropped, and verify that ist not dragged to a different group. If so you could cancel the operation and for example display an alert to notify the user that he is not allowed to drag and drop from one group to another.