Documentation

setContent()

Sets the content of the scroll view.

setContent(content: UIScrollView.ContentBuilder): this;

Note
This method is used by .scroll() builder methods, and should not be called directly.

Parameters

Return value

The builder instance for chaining.

Related