I have a List with an item renderer and would like to enable drag-and-drop onto the items in the list, rather than adding the data to the list. Is it possible to find the item that is being hovered over when dragging?
That worked, thanks! The key was to add the drag event handlers to the item renderer group (in my case, a VBox) rather than the list.
Gerald Bortis
2010-10-28 18:47:48