I want to use a terms and condition text on the sign up form, but i want it to take up only a few lines, and i want the user to be able to read it immediately by scrolling down, is that possible?
yes, take a look at this post
How is it possible to add a visual element “text” with a scrollbox? I need a fixed size of a textbox and the user to be able to scroll this thextbox.
I added an explanation for an easy approach they added making it possible to make groups scrollable, instead. It does the trick nicely.
They added a new, easy way to do this and more with groups with anything but a “fixed” container layout (i.e. Row, Column, or Align to parent).
Just above the Margins section of the Layout tab there is a checkbox option that says “Allow vertical scrolling when content overflows.” Check this.
Add your long text box (or anything else that you want to be scrollable) into this group.
Next, limit how long the group is allowed to expand. (e.g. if your text box wants to be 500 pixels long and your g…