tags:

views:

11

answers:

1

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.

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 MouseEvents to those ItemRenderer elements within the actual list.

mway