How to find the list item currently under the mouse pointer in Flex? -


I have some inventory and tile list control how can I get a reference to the item list which is currently under the mouse pointer is?

Add an event listener to each item in your list for mouseover, then add this event to your event .currentTarget


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -