AvaloniaUI / Avalonia.Xaml.Behaviors

Port of Windows UWP Xaml Behaviors for Avalonia Xaml.
MIT License
385 stars 46 forks source link

Drop effect between the rows in collection control #102

Closed sekulicb closed 6 months ago

sekulicb commented 2 years ago

Hi. Thank you for this amazing library. Following Drag and drop example, I manged to full integrate reordering of rows in DataGrid control. However what is lacking is the clear position of the dragged element and where will it be dropped. When you drag a row in the DataGrid, how can I style it so that there is an drop effect within the grid itself which will show me where the element will be positioned, between to rows.

Something like this: drag-drop-reordering

Thanks

wieslawsoltes commented 2 years ago

Not implemented right now.

sekulicb commented 2 years ago

Is there a visible timeline for this? I know that I ask for too much, but just thinking that drag and drop in general is not fully done, unless drop effects are in place. Thanks

alexhelms commented 1 year ago

Hi, I'm integrating drag and drop it into my app and this library is great but usability isn't good with the effect missing. It's impossible to tell where the dropped item will go when rearranging a list. Do you have a rough estimate on when this feature could be worked on? I'd love to contribute but I wouldn't know where to begin.