I know you can listen for the click event on a Spark List but I need to be able to listen for a highlight event.
views:
11answers:
1
A:
Take a look at the ItemRenderer
support class reference page. I'm not sure if there's a way to do this from the list level, but you ought to be able to bind MouseEvent
s to those ItemRenderer
elements within the actual list.
mway
2010-10-30 05:41:39