You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drag and drop ListBox item from one list to another.
Expected outcome
Is it possible to drag an item to a list which has some empty placeholder objects and when item is dropped on placeholder, this object is replaced by the dropped object and the source list gets the empty placeholder, so the number of items on each list remains the same.
I attached a gif, which shows two lists with same number of items. When item is dragged and dropped, it is moved from one list to another. What I would like to achieve is how to handle the drop so the placeholder item from one list is just replaced by the dropped item from other list.
Current behaviour:
Wanted behaviour:
GongSolutions.WPF.DragDrop v3.2.1.
Windows 10
Visual Studio 2022
.NET Framework 5.0
The text was updated successfully, but these errors were encountered:
What steps will reproduce this issue?
Drag and drop ListBox item from one list to another.
Expected outcome
Is it possible to drag an item to a list which has some empty placeholder objects and when item is dropped on placeholder, this object is replaced by the dropped object and the source list gets the empty placeholder, so the number of items on each list remains the same.
I attached a gif, which shows two lists with same number of items. When item is dragged and dropped, it is moved from one list to another. What I would like to achieve is how to handle the drop so the placeholder item from one list is just replaced by the dropped item from other list.
Current behaviour:
Wanted behaviour:
The text was updated successfully, but these errors were encountered: