anon
anon

Reputation:

Is there a MX List itemRollOver event equivalent on a Spark List control?

Flex 3 List control had a itemRollOver event. Flex 4 List doesn't have it. Is there an equivalent or a workaround for this issue?

Upvotes: 0

Views: 724

Answers (2)

sshongru
sshongru

Reputation: 896

The itemRollOver and itemRollOut events have been added to the spark List in the Flex 4.5 release.

Upvotes: 2

J_A_X
J_A_X

Reputation: 12847

Just add the roll over event within a custom item renderer and dispatch an event (custom or otherwise) that bubbles up. I believe they removed the event for the sake of not dispatching unused events unless the developer specifies it.

Upvotes: 3

Related Questions