ScrollView: How to change scroll area to be on top instead of bottom?

Currently, when using scrollview, the extra scroll area is always at the bottom. Is there a way to make it so that the hiddent/extra area is on the top so user can scroll up to see instead of down?

I am currently flipping the ScrollView 180 degree to achieve this but it requires flipping all nodes being add to the scrollview as well which is very cumber some.

Does anyone know a better solution for this?

Thank you in advance.

I met the same problem and i haven’t found any solution now :frowning:

You can call scrollToBottom(0,false) in the init function.