Use Clicked, Double-Clicked and Longpressed for Items in a genlist
Hello.
I would like to use all variants of "using" an Item in a genlist to work with it.
- click on Item
- double-click
- longpressed
I solved my problem with a timer to identify a single click.
It works, but why start the timer in the unselect func and not in the selected func ? Ideas ?