Does the UltraListView control have a method where tell if an UltraListView item was clicked on given a mouse point location? I am handling the UltraListView click event and need to see if an UltraListViewItem was clicked on?
Nevermind I have found the answer. I can use the listviewitems uielement rect property and compare the mouse location against it.
I found the answer. I can use the listviewitems uielement rect property and compare the mouse location against it.