I wish to use the listview in a similar as a form of grid.
The view is set to details, and fullrowselect is true etc, you get the idea.

Does anyone have any idea how to detect the column (listsubitem) that corresponds to a mous hit?

If the horizontal scroll bar not scrolled at all, it is
is easy enough work out the mouse to current column by working out where mouse.x falls by adding the column widths.
However, if the view is scrolled at all, this obviously fails.

So, the question is, do you know how to either get the ListSubItem for a mouse hit in details view, or, work out the amount of scroll/scroll position on a listview.

Thanks in advance.

Andy.