Basically I am trying to implement a feature where if the user presses a key, I want to find out the item under the mouse cursor.
So I don't use Mouse events but Keyboard events which doesn't give me a ListViewItem of course.
I just don't know in what space I need to get the mouse position and convert it into the control's space.
Any ideas?