Hi,
I’m reading a list of strings into my UnityEngine.UI.Text and using a content size filter set to vertical fit “Preferred Size”.
All works fine but then the UnityEngine.UI.Text is placed centre of the Scroll Rectransform, as in the picture below.
How could I get it to start at the top of the Scroll Rectransform? I was trying to read the Rectransform’s height then was going to place it lower by half its height but by using the content size filter the height is greyed out and only returns the height before play is pressed, any help or direction would be greatly appreciated, thanks.

