Contents

verticalLineScroll

The scroll view’s vertical line by line scroll amount.

Declaration

var verticalLineScroll: CGFloat { get set }

Discussion

The value of this property is the amount by which the scroll view scrolls itself vertically when scrolling line by line, expressed in the content view’s coordinate system. This value is used when the user clicks the scroll arrows on the vertical scroll bar without holding down a modifier key.

See Also

Setting Scrolling Behavior