Scrollable container

Description

Can be used to create a fixed-size, scrollable repeating section.

Discussion

The Scrollable container property defines whether or not the repeating section should be a fixed width and height. If checked, the following properties are exposed so you can define the width, height, and styling for the repeating section:

Property
Description
Scrollable container height

The height of the scrollable container.

Scrollable container width

The width of the scrollable container.

Scrollable container in-line style

The in-line style of the scrollable container.

Scrollable container class name

The class name of the scrollable container.

If you have several controls laid side by side on the repeating section, you will want to make sure that the width of the scrollable container is at least the sum of the control widths; if you want the repeating sections to form rows. For more on scrollable containers in repeating sections watch this video.

See Also