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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at the
ItemRenderersupport 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 bindMouseEvents to thoseItemRendererelements within the actual list.