Export to GitHub

gong-wpf-dragdrop - issue #20

Deselect selected ListViewItem?


Posted on Jun 7, 2010 by Swift Rabbit

What steps will reproduce the problem? 1. Create a ListView and DataBind ItemsSource-Property. 2. Set IsDragSource="True" 3. Select a few Items of the ListView (Ctrl+LeftMouseClick) 4. Try to deselect/unselect/remove selection from a selected item (Ctrl +LeftMouseClick)

What is the expected output? What do you see instead? I expect the selection of the item to be removed but nothing happens - selection of items cannot be removed with Ctrl+LeftMouseClick.

What version of the product are you using? On what operating system? 0.1.2 on Windows 7

Please provide any additional information below. I really like this drag n drop implementation.

Comment #1

Posted on Jun 22, 2010 by Helpful Kangaroo

Fixed r25

Comment #2

Posted on Jun 22, 2010 by Swift Rabbit

Great! Thanks again

Status: Fixed

Labels:
Type-Defect Priority-Medium