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

Fixed cell mis-aligned with column headers #87

Merged
merged 3 commits into from
Apr 29, 2018

Conversation

sonique6784
Copy link
Contributor

The issue happened when scrolling and modifying the Cells or when Cells was modified on the fly.

Should help to fix #75

for some reason the mHorizontalListener doesn't handle the right columnPosition / columnPositionOffset (they are set to 0). This is causing a mis-alignment between Column Headers and Cells.
The TableView hold the right value, so use it.
@evrencoskun evrencoskun merged commit ea26c2d into evrencoskun:master Apr 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

changeCellItem make recyclerview scroll to start point
2 participants