-
-
Notifications
You must be signed in to change notification settings - Fork 334
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
Listitems of variable size? #15
Comments
I think I just got the problem that you described, do you know the workaround? |
No, I am waiting for a resolution of this issue before using the library myself. |
i use staggergridview and the item are different sizes
|
Thank you @XUFAN your solution worked. One thing that I have to be careful is to detect user scroll because if the adapter changes it will call onScroll too. |
Turns out it still doing the uneven scroll when changing tabs. Did you make any change on the ScrollTabHolderFragment's adjustScroll? |
@yolapop if you use something like StaggeredGridView,PLA_ListView .it don't implement smoothScrollToPositionFromTop or setSelectionFromTop method . so when changing tabs it won't work well. as far as i know ,in this lib only can use listview,scrollview&HeaderFooterGridView . |
Will this work properly if the row elements in the listview are of different sizes?
The way getScrollY (on the basis of which Header is animated) is implemented, it looks as though scrolling will be smooth only if all elements are of equal size. Kindly correct me if I am wrong.
The text was updated successfully, but these errors were encountered: