Seems like if the drag mode for the TImageEnMView is set to dmAutomatic, I cannot select a different thumbnail to drag since it seems to start the drag operation on mouse down instead of on mouse move as with other controls like TListView.
Yes, but those have the drag mode set to manual, requiring having to add code to the mouse move event. Usually one does not need to do that and instead simply set the drag mode to automatic as in the case with TListView.
Eric
P.S. 2nd example mentioned does not even have drag that I see.