Vertical Layout Group, but only FIRST and LAST

I have a box which contains text fields. This box is stretching itself vertically with new text coming (vertical layout group). On the right side I added a custom scrollbar which is only two buttons “^” and “v”. I want “^” to be on the top right side of green area (as it is right now), and “v” on the bottom side of the green area. I set vertical layout and content size fitter for parent of scroll buttons, but this is not working at all, as you can see on the picture. How can I do that?

3379940--265246--upload_2018-2-4_15-20-59.png

Oki, I solved it by adding two vertical layouts into one vertical layout, first one has alignment from up, other one from bottom.

3379972--265250--upload_2018-2-4_16-7-21.png