scrollcontainer vs container?

1
working on a new layout, what is the difference between a scrollcontainer and a container?
asked
2 answers
1

A container simply corresponds to a <div> tag in the resulting HTML and can be used to add, for example, classes.

A scroll container is a widget that can have up to five regions that can scroll independently.

Does this answer your question?

 

answered
1

 

You can add regions to a scroll container, when you put your data inside the scroll container, there will be a scrollbar per region (if the data inside the region can not be displayed without it/screen size matters). Scroll containers should be the top level widget, afaik you can not use more than one scroll container widget on the same page.

 

answered