how to detect event when scroll by mouse

You must Login before you can answer or comment on any questions.

when scroll by mouse in table view, i'd like change background color for the view row is focused. Can you help me ? I really need it. Thank so much !

— asked 2 years ago by Duc Nguyen
1 Comment
  • It is always a good idea to mention the platform(s) and SDK levels you are targeting. As written, we can't even tell if you are asking about a desktop or mobile app let alone OS and SDK.

    — commented 2 years ago by Doug Handy

2 Answers

Since you had said "scroll by mouse", I was going to guess you were talking about a titanium desktop app, not android. There is no "mouse over" type event on mobile devices.

So if you mean when a row has been selected, then see the answers to your similar question.

If that is not what you meant, then please be more specific.

I'm working on mobile Android , SDK 2.2. Can you help me ?

Your Answer

Think you can help? Login to answer this question!