I have created edit control with the style ES_AUTOHSCROLL
in my main window.
Documentation states that When the user presses the ENTER key, the control scrolls all text back to position zero.
I have entered very long text, positioned caret at the end of the text, and pressed enter.
Instead of documented text scrolling, all I heard was a beep.
Important: I have enabled Visual Styles. I have tested this on Windows 7.
QUESTION:
Is the beep normal behavior ( did Microsoft failed to update the documentation? ) or am I doing something wrong?