ES_AUTOHSCROLL top-level constant

int const ES_AUTOHSCROLL

Automatically scrolls text to the right by 10 characters when the user types a character at the end of the line. When the user presses the ENTER key, the control scrolls all text back to position zero.

Implementation

const ES_AUTOHSCROLL = 0x0080;