Listbox drag-reorder : Index of the dropped item
问题 I'm using a Listbox wrapped inside a ListBoxDragDropTarget (from the Silverlight toolkit). This ListBox ca be manually reordered by the user. However the last item must always be located at the bottom of the ListBox , and can't be moved at all. I found a way to cancel this last item moves, but if I drag and drop another item below this last item, it gets moved. I can find the index of the dragged item using this code in the Drop event of the ListBox: object data = e.Data.GetData(e.Data