If using the MFC CEdit class (or a derivative) you can use the LineScroll() method, and use GetLineCount() to know how far to scroll - use these in response to an EN_CHANGE or EN_UPDATE message, and it will scroll to the bottom of the edit control.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.