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

is there a way to enable onTap, will deselect all and tap the item that is newly tapped? #26

Open vontdeux opened 3 years ago

vontdeux commented 3 years ago

First of all, i'm loving this library. everything work nicely except I wish i could set a mode where I tap to deselect all others that is currently selected, and select the one that is tapped

if i used the advanced mode "triggerSelectionOnTap" to true, tapping non selected item will select it, and tapping already selected will unselect it,

I wish there is a mode where it is more natural feel like in windows/linux/mac where tapping the unselected ones will deselect all and select the new one only.