문제

I have an (mx) AdvancedDataGrid and when I use the wheel on my mouse, I want to capture the item in my dataGrid that I moused over using the wheel on my mouse.

I added: mouseWheel="doMouseWheel(event)" and in the event, I need to be able to find the item in my dataGrid that I moused over using the mouse wheel.

I know that you can get the event.delta, but not sure where to go from there. Any ideas?

도움이 되었습니까?

해결책

I figured it out... the data is under: event.target.data

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top