scrollHTo method

bool scrollHTo(
  1. int pos
)

Scrolls horizontally this RichEdit to pos.

Implementation

bool scrollHTo(int pos) => sendMessage(WM_HSCROLL, pos, 0) == 0;