scrollToBottom method

bool scrollToBottom()

Scrolls horizontally this RichEdit to bottom.

Implementation

bool scrollToBottom() {
  logInfo('scrollToBottom');
  return scrollVTo(SCROLLBAR_COMMAND.SB_BOTTOM);
}