sMemo1.ScrollBy(0,5000); not working

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #59301
    Support
    Keymaster

      Hi

      Try this code

      Code:
      SendMessage(sMemo1.Handle, EM_LINESCROLL, 0, sMemo1.Lines.Count);
    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.