This question is locked. New answers and comments are not allowed.
Hi,
I use RadListBox control with RadDragAndDropManager. Listbox items are copied to RadTreeListView. The logic of copying rather complicated, so I will not write it here. I use event handlers for DragQuery, DragInfo, DropQuery, DropInfo events.
Drag and drop works fine, but when I drag another item, then the previous list item saves MouseOverState.
Look at the attached screenshot: green item in Initiatives listbox is a selected item, grey items - previosly dragged items. It seems that the ListBox Item saves MouseOver state when mouse leave item in drag mode.
Is it a ListBox bug, or DragAndDropManager bug or something else?
Thank you
I use RadListBox control with RadDragAndDropManager. Listbox items are copied to RadTreeListView. The logic of copying rather complicated, so I will not write it here. I use event handlers for DragQuery, DragInfo, DropQuery, DropInfo events.
Drag and drop works fine, but when I drag another item, then the previous list item saves MouseOverState.
Look at the attached screenshot: green item in Initiatives listbox is a selected item, grey items - previosly dragged items. It seems that the ListBox Item saves MouseOver state when mouse leave item in drag mode.
Is it a ListBox bug, or DragAndDropManager bug or something else?
Thank you