hcbpassos / drag_select_grid_view

A grid that supports both dragging and tapping to select its items.
BSD 2-Clause "Simplified" License
133 stars 34 forks source link

Scrolling not working #24

Closed gbbest15 closed 3 years ago

gbbest15 commented 3 years ago

hello, you have done a perfect work for sliding back and onTap to select.

i think there a little issue now, we cant scroll vertically if the items is more than the phone screen.

hcbpassos commented 3 years ago

if the items is more than the phone screen

I don't understand what you mean. Would you mind further elaborating? Maybe an example can help.

gbbest15 commented 3 years ago

i cant scroll the items in the view. if i have 20 items to display and my phone can only show 10, i cant scroll to view the remaining items

hcbpassos commented 3 years ago

I cannot reproduce this in the application provided on example folder. Are you able to reproduce this at 0.4.0? Or did you start facing this issue on 0.5.0?

gbbest15 commented 3 years ago

i start to face this issue on 0.5.0

gbbest15 commented 3 years ago

@hcbpassos the scrolling is working fine on 0.4.0 but 0.5.0 is scrolling is not working. you can just create a fresh project then use itemcount: like 30 then try to scroll up to see the other items you will see that it will not scroll.... this will give you hint where to solve it, i trust you is just a small issue

hcbpassos commented 3 years ago

So it seems like the issue happens as soon an you select an item. Indeed, i was related to my latest commits.

Release 0.5.1 got this covered. Thanks!