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

onVerticalDragDown #8

Closed ixugo closed 3 years ago

ixugo commented 4 years ago

How do I make a vertical selection?

I used a terrible way , Loop through many DragSelectGridViews in one line

iShot2020-03-15上午04 11 14

ghost commented 4 years ago

There's no such feature yet and it's impossible to aprove your approach, since a single grid is already very resource-taking.

By the way, drag-select-recyclerview, my main inspiration, supports this behavior. I thought it was useless and no one was using it, so I decided to not waste my time. Seems like I was wrong.

ghost commented 4 years ago

However, drag-select-recyclerview doesn't limit the selection vertically. Instead, you get to selected exclusively the items you dragged by. Is that what you are looking for?

ixugo commented 4 years ago

Very grateful for your help