I instantiate a bunch of UIGrid items on application start. I want to make sure that it scrolls immediately to the top left of the scrollview as soon as the app starts. what is the best way to do this? I tried all these things, and they don't seem to do it:
scrollView.ResetPosition();
scrollView.restrictWithinPanel = true;
scrollView.RestrictWithinBounds(true);
grid.repositionNow = true;