I have the following chunk of code which lets me reorder items in a ListView by dragging them. What I'd really like to do when dragging is highlight the ListItem that the mouse is currently over. This ...