Documentation

scroll()

Wraps the column in a scroll view container.

scroll(): UIScrollView.ScrollViewBuilder;

Return value

A new scroll view builder, for the scrolling container that will contain this column.

Related