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