i'm trying since 3 weeks, to create a pull to refresh animation with a "normal" user handle. I'm not a fan to scroll down the list before i can add a refreshing panel on top.
And then is the Problem on a big list, if the user is scrolling up fast and the list scrolls to the first item, in this case the refreshing item, then the list is updating without the user wanting it. I cant handle these things right in the xcustomlistview.
And with a event that triggerd the up gesture, then i can remove the refreshing panel if no fingers left on the list and I can prevent these things. And if the user is scrolling the refreshing item to the half and then release his finger then i want to scroll to the first item, because he dont want to refresh.