
After clicking something from a ListView box the item clicked becomes stuck to the cursor and the only way to free the cursor is to terminate the application.
The way the item leaves the list and follows the cursor is undesireable
item.selected = false fails
How do I prevent it from sticking to the cursor?
or failing that how do i unstick it?
@wqw was correct; setting the
OLEDragmodeproperty of theListViewtoManualworked a treat.