Question
How to detect Release of item of scrolllist ?
I want work with scrolllist this way: touching and dragging -> scrolling the list of files, pressing (without drag) and releasing -> go to directory after releasing.
Question: how can i get Release event? Scrollist has onle 2 events - setItemSelectedCallback and setItemPressedCallback
