Contents

scrollsDynamically

A Boolean that indicates whether the scroll view redraws its document view while scrolling continuously.

Declaration

var scrollsDynamically: Bool { get set }

Discussion

When the value of this property is true, the scroll view redraws its document view while scrolling. When the value of this property isfalse, the scroll view redraws only when the scroller knob is released. The default value of this property is true.

See Also

Setting Scrolling Behavior