Function TextEdit.smoothScrolling
If true, sets the step of the scrollbars to 0.25 which results in smoother scrolling.
bool smoothScrolling() nothrow @property @nogc;
void smoothScrolling
(
bool v
) nothrow @property @nogc;