This is a migrated thread and some comments may be shown as answers.

ListBoxItem still visible after DropComplete

0 Answers 43 Views
DragAndDrop
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 23 May 2012, 07:59 PM
Hi,

When I drag/drop an item from one listbox to a second, I want to put up a confirmation that the item has been saved to the second.

However, when I put up a dialog on DropComplete (done in the code-behind) to indicate that the item has been saved, I can still see the dropped item hovering over the second listbox.

Do I need to explicitly change the item's Visibility to Hidden (based on a custom event trigger... I'm using MVVM Light) so that it 'disappears' on DropComplete, or is there something I'm missing?

Thanks

No answers yet. Maybe you can help?

Tags
DragAndDrop
Asked by
Scott
Top achievements
Rank 1
Share this question
or