This is probably an easy answer but I've been wasting my time trying to figure it out and hope that someone here can enlighten me.
I have a simple UIScrollView with a simple UIGrid inside it. Inside the UIGrid I have 5 UIWidgets with UIDragScrollView and UICenterOnClick added to them.
Everything works perfectly. With that said, I need to know when one of the 5 UIWidgets is "centered" on when its finished "centering" in the scroll view. Is there a callback anywhere that accomplishes this easily?
Thanks!
PAR