Use Case:
In a scrollView, the user clicks an object that is half way out of the clipping area. ATM I'm using the CenterOnClick component and it springs the item to the center of the scrollView. Instead of springing the item all the way to the center, I would like the item to move only a little so that it just inside of the clipping area. In cases where items are already fully within the clipping area, do not move at all. How can something be done.