Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1440
How to determine if click was on UltraListView item in UltraListView click event
posted

 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?

  • 1440
    Suggested Answer
    posted

    Nevermind I have found the answer. I can use the listviewitems uielement rect property and compare the mouse location against it.

  • 1440
    posted

    I found the answer. I can use the listviewitems uielement rect property and compare the mouse location against it.