[Mono-bugs] [Bug 667095] OnScrollChanged's method is not being called when i scroll an ListView's controller

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 9 12:00:44 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=667095

https://bugzilla.novell.com/show_bug.cgi?id=667095#c1


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jpobst at novell.com
         Resolution|                            |INVALID

--- Comment #1 from Jonathan Pobst <jpobst at novell.com> 2011-02-09 17:00:43 UTC ---
It looks like that method is not called when you scroll the list view with your
finger:

http://developer.android.com/reference/android/view/View.html#onScrollChanged(int,%20int,%20int,%20int)

If you add a call to ScrollBy or ScrollTo, you will see that your override is
called and your logging is printed out.

Looks like you will need to find an alternate way to do whatever you are trying
to accomplish.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list