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
class ColumnBuilder static
A builder class for creatingUIColumninstances.class UIScrollView
A view class that represents a container element that allows users to scroll, emitting asynchronous scroll events.
