Centering a text in a scrollbox?

Actually, spacers don’t work quite the way I described when they’re inside a scroll box.

You’ll want to have just one spacer above the text, and you’ll need to do some calculations – subtract the height of the current text box from the height of the scrollbox itself and make the spacer half the remainder.

Let me know if you have trouble getting it to work.