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
80
Capture mouse click on icon
posted

I have an UltraListView (View = List) with icons and check boxes enabled. How do I capture mouse clicks on the icon? 

Parents
No Data
Reply
  • 579
    Offline posted

    Hi,

     

    I have a simular problem:

    I want to change the image of the Icon on the UltraListView when the mouse enters the ListItem.

    And ofcourse set the original image back when the cursor leaves the ListItem.

    I get the images from the db, so it must be done at runtime.

     

Children