The problem I'm having is each time the user drags the scrollview, it selects the item their finger is over. I am using a RayCast to select the item. I've trued using OnMouseUp as well, but then it selects the item when their finger goes up.
How can I allow the user to scroll the list back and forth without selecting any item?
Thanks