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

[HorizontalListView] Add DroppableHeader/Footer for handle drop to delete action #2

Open
Seuleuzeuh opened this issue Oct 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Seuleuzeuh
Copy link

Is your feature request related to a problem? Please describe.
In some items management case, with the reorder on drag and drop functionnality, the must have is the drop to delete items.

Describe the solution you'd like
Add a DroppableHeaderTemplate do give the ability to create a personalize content, and an HeaderDropEndCommand raised when a draggable item is dropped to it (with the corresponding item in CommandParameter).
The header is show only when the IsDragAndDropping change to true, and hide when false (with smooth animation 🥰).

Describe alternatives you've considered
Doesn't found a way to do it with the actual component

Additional context
Must have for add the functionnality to delete an item in a reordable draggable list.

@Seuleuzeuh Seuleuzeuh changed the title [HorizontalListView] Add DroppableHeader/Footer for managing actions [HorizontalListView] Add DroppableHeader/Footer for handle drop to delete action Oct 27, 2020
@roubachof roubachof transferred this issue from roubachof/Sharpnado.Presentation.Forms Nov 18, 2020
@roubachof roubachof added the enhancement New feature or request label Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants