How to scroll two Richedit in parallel?

  • Thread starter Thread starter Guest
  • Start date Start date
Hello Iker,

Scroll the second programmatically sending WM_VSCROLL message or using ScrollToCaret()
method of rich text box

Google for samples, http://groups.google.com/group/micr...7c839cede2/bb1455aec9518ca5?#bb1455aec9518ca5

IL> Is there any way of scrolling to rich edit in parallel in C#?

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top