0
votes
Problems with itemRollOver and itemRollOut events on List component
Make sure you are setting super.data in your item renderer if you are overriding set data().
ListBase listens for MOUSE_OVER and then figures out the item underneath it bas …
