As I see it there are two options. You can either fling the current selection or the list itself.
The example here flings the current selection. As a result, when scrolling is requiredit is in the same direction as the fling gesture.
The other option is flinging the list itself. That is what my example (and the iPhone) does. In this case scrolling would be on the opposite direction of the fling gesture. IMHO, this second approach is far more intuitive |