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

Issue with item selection #30

Open
aritraroy opened this issue Feb 3, 2015 · 1 comment
Open

Issue with item selection #30

aritraroy opened this issue Feb 3, 2015 · 1 comment

Comments

@aritraroy
Copy link

You library works great but with one major problem.

When I try to select an item in the list, it always selects the item next to it, like if I select the first one, it selects the second one and so on.

Can you please provide a solution to this problem?

Thanks in advance.

@kahelnadiablo
Copy link

Just add the column count on the position of the current index. Since I think this library manually adds a header view on your list. So for example on ListView since its expected to contain only 1 column, you just add 1 on the item position and for GridView with multiple columns, add the number of columns on the item position. Hope it helps.

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

No branches or pull requests

2 participants