https://bugzilla.novell.com/show_bug.cgi?id=667095
https://bugzilla.novell.com/show_bug.cgi?id=667095#c1 Jonathan Pobst <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #1 from Jonathan Pobst <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
