Contents

hasVerticalScroller

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

Declaration

var hasVerticalScroller: Bool { get set }

Discussion

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

See Also

Managing Scrollers