Hi,
The TListView component offers just a swipe left to display the Delete button.
While it's possible to customize the text with something else, it fires an event only to an Item "swipe left".
I'd like to be able to swipe both directions, right and left, in order to check/uncheck (select/unselect) the current item.
Any way to easily implement this? Or any available FMX component (even paid) that extends/derives from TListViews?
Thanks for any help and suggestion