Applies to
Declaration
property ScrollTime: Integer;
Description
The ScrollTime property controls the smooth scrolling feature of TPlusMemo or TDBPlusMemo. If set to a value greater than zero, it represents the time constant in milliseconds used for horizontal and vertical scrolling with a near to exponential decay. If set to a value less than zero, scrolling is done linearly in time and (-ScrollTime) represents the time in millisecond that the scroll will last. If set to zero, smooth scrolling is disabled (instantaneous scrolling).
The default value is 300, representing an exponential scroll with a time constant of 300 milliseconds.