How to get Item under cursor in ListView ?
For example when i move mouse cursor, i wish to get an item under it(cursor) and put its name to statusbar.
Actually i need method like GetItemAt(int x,int y) in WinForms.NET
Thanks!
UPD: Answer was found. Watch extension method below