Contents

hasHorizontalScroller

A Boolean that indicates whether the scroll view has a horizontal scroller.

Declaration

var hasHorizontalScroller: Bool { get set }

Discussion

When the value of this property is true, the scroll view allocates and displays a horizontal scroller as needed. The default value of this property is false.

See Also

Managing Scrollers