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

Dragging item onto scroll bar drops item at the bottom #25

Closed
punker76 opened this issue Feb 18, 2013 · 1 comment
Closed

Dragging item onto scroll bar drops item at the bottom #25

punker76 opened this issue Feb 18, 2013 · 1 comment

Comments

@punker76
Copy link
Owner

Original author: harms.bl...@gmail.com (July 08, 2010 13:16:25)

What steps will reproduce the problem?

  1. Create a list box with IsDragSource="True" and IsDropTarget="True"
  2. 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 issue: http://code.google.com/p/gong-wpf-dragdrop/issues/detail?id=25

@ghost ghost assigned punker76 Feb 18, 2013
punker76 added a commit that referenced this issue Aug 6, 2013
don't drag over scrollbars
@punker76
Copy link
Owner Author

punker76 commented Aug 6, 2013

will be fixed in 0.1.3.9

@punker76 punker76 closed this as completed Aug 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant