Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

header taller than row causes bumpy scrolling #6

Open
GoogleCodeExporter opened this issue Jun 4, 2015 · 0 comments
Open

header taller than row causes bumpy scrolling #6

GoogleCodeExporter opened this issue Jun 4, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. create a header that is taller than a row.
2. the calculation of the scroll of the header is based only on the top row.
3. Since the last row of a section can disappear before the next to last row of 
a section is still the 0th child (listview.getChild(0)), the calculation will 
not start scrolling until the last row of the section becomes the 0th child of 
the listview.

What is the expected output? What do you see instead?

Expect that the view will scroll smoothly.

What version of the product are you using? On what operating system?

Current version on Android 2.3.4.

Please provide any additional information below.

Will supply diff listing which fixes issue shortly.

Original issue reported on code.google.com by [email protected] on 27 Apr 2013 at 2:56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant