Hi how could I add some padding to my scroller so I can scroll it further. I have a long text field and when the scrollerbar is at the bottom, I would like the contents of the scroller to be slightly higher than the bottom of the scroll view.
With text I could manually add some empty lines but I am using a UIGrid and adding prefabs, I guess I could add an empty prefab at the bottom?
Also my grid is dynamic so I sont think I could use row limit.
Thanks