I was planning on implementing a popup menu on my listview. Is there a way for a right click to select the item underneath the mouse pointer first before popping up the menu? So that the operations in the popup menu correspond to the item underneath.

The only way I can do so right now is by implementing hover select but there's a delay. I was hoping there was a faster way.