horizontalScroll()
Enables or disables horizontal scrolling, using UIScrollView.horizontalScroll.
horizontalScroll(horizontalScroll?: BindingOrValue<boolean>): this;
Parameters
- horizontalScroll — If
true, horizontal scrolling is enabled. Defaults totrue.
Return value
The builder instance for chaining.
Related
class ScrollViewBuilder static
A builder forUIScrollViewinstances.
