This question is locked. New answers and comments are not allowed.
Hi,
I'm trying to figure out which event is fired when you drag and drop an item within the same listbox?
The actual problem I have is that when I drop my item in the same listbox (I only want to support reordering items in the listbox), the selected item automatically becomes unselected. I want the item that I just dropped to STAY selected. I can't find any property that causes that behaviour, and I can't find any event in which I can handle this myself.
I've tried DragDropManager.AddDragDropCompletedHandler(), DragDropManager.AddDropHandler(), the Drop event... Nothing seems to work.
How should I approach this?
Kind regards,
-- Jeroen
I'm trying to figure out which event is fired when you drag and drop an item within the same listbox?
The actual problem I have is that when I drop my item in the same listbox (I only want to support reordering items in the listbox), the selected item automatically becomes unselected. I want the item that I just dropped to STAY selected. I can't find any property that causes that behaviour, and I can't find any event in which I can handle this myself.
I've tried DragDropManager.AddDragDropCompletedHandler(), DragDropManager.AddDropHandler(), the Drop event... Nothing seems to work.
How should I approach this?
Kind regards,
-- Jeroen