I have a simple ListView, essentially creating a MxN grid. "FullRowSelect" is off. Essentially we have a grid of cells.
I am trying to find out of the mouse is over a cell that contains an Item, and if so, what Item it is.
GetItemAt(...) is close to what I want to do, but not quite. If there is text in the "cell", then GetItemAt() returns the item. The problem is that if it is over the cell, but not actually over the text in the cell, then it returns null.
I am stumped. Can anyone help me?