I know you can listen 开发者_JAVA百科for the click event on a Spark List but I need to be able to listen for a highlight event.
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.
精彩评论