Documentation

class ScrollViewBuilder

A builder for UIScrollView instances.

class ScrollViewBuilder extends UIContainer.ContainerBuilder<UIScrollView>;

Note
This builder is used to create scrollable container views.

It is typically not used directly, but rather through the .scroll() method on builders created by UI.Column() and UI.Row().

Instance members

Inherited members

Related