OK, this is a real challenge. How do I handle both dragEvents and NativeDragEvents inside a list...
For instance, files need to be able to dragged in and the list (doing this on the itemRenderer) also the list needs to handle the ablility to be reordered with it's own drag and drop. It seems like one competes withe the over. It seems like I am going to have to do the math and figure out which item in the list renderer is being dropped on... Any suggestion on best practices for this one, this is proving a trial and error challenge. Patrick

