Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Apr : Scroll down to bottom of RichEdit
| Subject: | Scroll down to bottom of RichEdit |
| Posted by: | "Mikael Lenfors" (mika..@lenfors.se) |
| Date: | Tue, 1 Apr 2008 22:10:02 |
Hello!
I have a TRichEdit control presenting a "running" logg text. It continously
gets new lines appended. If you press Ctrl-End in the control you come to
the bottom of the text and new (programatically) added lines are
automatically scrolled so that the last line is always visible on screen,
very nice. My problem is, how can I do the Ctrl-End programattically?
Regards, Mikael