Documentation

scroll()

Wraps the row in a scroll view container.

scroll(): UIScrollView.ScrollViewBuilder;

Return value

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

Related