WebListBox tooltip for cell?

There appears to be a method for getting a tool tip for the entire control, but not one for a row or cell of a weblistbox.
Am I mistaken?
Anyone have any suggestions?

not that I’m aware of, unfortunately.

As a workaround I’m creating tooltips by injecting title properties to the td elements of the table the WebListBox generates. I use these for overflowing cells, see Feature Request at <https://xojo.com/issue/35353>

http://www.w3schools.com/tags/att_global_title.asp

@Michel Bujardet Did I miss something on this web page that is significant other than it’s a great place to learn anything ‘web’?

Just that this is the way to add cell tooltips that Tobias mentionned. Now it requires Javascript to apply.