Hello, i am a bit of a noob with unity and ngui, and i was wondering if there was any event that fires when the scroll view centers on an item, in a way that you only have to scroll and not click the item to actually select it(that would be OnClick i guess). I tried assigning the CenteredObject to a variable and using that for what i wanna do, but i couldn't manage to make it work. I also found a thread that ArenMook said to make the items in the scroll view radio buttons which is pretty close to what i'm trying to do, but i think you have to click it to set isChecked to true. Any ideas?