Gidday,
Figured it was best to ask before going ahead and butchering code

I've searched through the forums and online, and there doesn't appear to be a topic addressing how the space in a scroll view is "handled" if you will.
I'm making a vertical UIScrollView as part of a project that has dynamic entries which can change size as the user expands or closes them. Thing is when the entries are all closed the panel isn't "full", leaving space either at the top or the bottom. Is there a built in function for making sure that any free space is at the bottom thus keeping my list at the top of the panel? I don't mind if the user dodges it around, as long as it returns to the top when its not being clipped.
Thanks so much!