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
Create a list box with IsDragSource="True" and IsDropTarget="True"
Drag and drop a list box item onto the scroll bar
What is the expected output? What do you see instead?
Expected: Drop fails or the cursor changes to show that dropping is not enabled on the scroll bar, no changes to the list.
Reality: Item moved to the bottom of the list.
It looks like the default drop target is the last item in the list. So when the algorithm cannot determine which item is the target, it just drops at the end of the list.
What version of the product are you using? On what operating system?
0.1.2 on Windows XP
Please provide any additional information below.
I am binding the items to the list box
Original author: harms.bl...@gmail.com (July 08, 2010 13:16:25)
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected: Drop fails or the cursor changes to show that dropping is not enabled on the scroll bar, no changes to the list.
Reality: Item moved to the bottom of the list.
It looks like the default drop target is the last item in the list. So when the algorithm cannot determine which item is the target, it just drops at the end of the list.
What version of the product are you using? On what operating system?
0.1.2 on Windows XP
Please provide any additional information below.
I am binding the items to the list box
Original issue: http://code.google.com/p/gong-wpf-dragdrop/issues/detail?id=25
The text was updated successfully, but these errors were encountered: