Contents

hasHorizontalScroller

A Boolean that indicates whether the browser has a horizontal scroller.

Declaration

var hasHorizontalScroller: Bool { get set }

Discussion

When the value of this property is true, the browser uses an NSScroller object to scroll horizontally.

See Also

Scrolling