Making something inside your scroll view bigger or smaller based on its position is a trivial task. Calculate the center of the scroll view (or the left hand side, whatever you need). Ideally assuming you have an invisible UIWidget background covering it, it would be a simple matter of checking its worldCorners (or localCorners if you prefer). Now knowing the position of your items, figure out which one is closest to the position of your choice and enlarge it by adjusting its transform scale.