I have a basic vertical scroll view that dynamically sizes it’s Y value based on how many children are added per button click.
I have a template that is added in the hierarchy of
group
Text
Text
Image
One of these text elements has a number being set as the text item. I am wanting to organize the children of the scrollview from greatest to least. How would I go about running this as the items in this scrollview change on user input?