QuickReturn icon indicating copy to clipboard operation
QuickReturn copied to clipboard

Issue with item selection

Open aritraroy opened this issue 11 years ago • 1 comments

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.

aritraroy avatar Feb 03 '15 19:02 aritraroy

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.

kahelnadiablo avatar Mar 26 '15 11:03 kahelnadiablo