Sorry, maybe my question is not clear enough.
I mean I have, for example, 10 UIDrag Scroll View Objects, and I want to stay on, let's say, the 3rd objects when I enter the scene, in stead of the 1st one.
Like when you use ScrollBar, you initialize ScrollBar.value to change where you start at the beginning.
EDIT: Ok, I figure it out myself by using:
scrollView
.MoveRelative(new Vector3
(x, y, z
));scrollView.ResetPosition();