I use TForm1.ListView1MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Single).
How do i obtain the listitem under poiint X, Y? I could not find a GetItemAt method, but maybe someone find a own implementation.
(Using Delphi DX10)