sMemo1.ScrollBy(0,5000); not working Root › Technical support › Troubleshooting This topic has 1 reply, 2 voices, and was last updated 5 years, 7 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 26, 2019 at 6:41 am #38210 SzakiLaciParticipant I need to show the end of a long memo on FormShow. (Not the beginning of it.) Tried both ScrollBy(0, -5000) and +5000 … in case it's just the opposite direction but none of those do anything. (The vertical scrollbar is enabled.) Working under Delphi7. Thanks for looking into the problem! March 27, 2019 at 6:13 am #59301 SupportKeymaster Hi Try this code Code: SendMessage(sMemo1.Handle, EM_LINESCROLL, 0, sMemo1.Lines.Count); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting