Mike Williams (TeamB) Guest
|
Posted: Wed Oct 29, 2003 5:49 pm Post subject: Re: RichEdit Scroll to bottom in code? |
|
|
On 29 Oct 2003, [email]jmiller55 (AT) hotmail (DOT) com[/email] (Jim Miller) wrote:
| Quote: | I have a richedit contol that I add severa; lines of data to. To see
the bottom of the data I have to scroll down manually. I would like
to go to the last line in code. Suggestions?
|
Richedit1.Perform(EM_LineScroll, 0, Richedit1.Lines.Count);
--
-Mike (TeamB)
|
|