I am writing an app that uses a lot of HtmlListboxes. I'm trying to find out
if and how I can get information to be displayed when the user hovers the
mouse over the different rows in my Listbox. just like SetToolTipString but
different output depending on which row in the listbox the mouse is over.
I am writing an app that uses a lot of HtmlListboxes. I'm trying to find out if and how I can get information to be displayed when the user hovers the mouse over the different rows in my Listbox. just like SetToolTipString but different output depending on which row in the listbox the mouse is over.
You should be able to find which item is shown at the mouse position by using the HitTest method.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!