I am using UIScrollview with a clipped panel and UIGrid, I am scrolling vertically... I want the child objects to "spring" into place in the window panel, the window is just big enough for a single child. The problem is when dragging the list the child can end up in any position in the window... How do I get my child object to position exactly within the clip panel. i.e. when I drag up or down, I want the child object in the window to be centered... I have tried the UICenterOnClick and UICenterOnChild but both of these do not work, the UICenterOnChild positions the child object top in the middle of the window, the UICenterOnClick does very weird things, it centers the child outside the parent...