开发者

Is there an event in a Spark List that lets me know what row is highlighted?

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜