Using scroll on one memo edit to scroll on another as well

Posted by Nathan Koop on Stack Overflow See other posts from Stack Overflow or by Nathan Koop
Published on 2011-03-02T20:42:11Z Indexed on 2011/03/03 15:24 UTC
Read the original article Hit count: 360

Filed under:
|
|

I've got two memoedits which are similar (in order to compare two records) I would like to keep the scrolling in synch to ease comparison.

I had originally thought there would be an OnScroll event, but didn't see one, nor anything similar, the closest I saw was Spin, this handles some possibilities, but not all.

I also didn't see a way to navigate the rows.

I did see the ScrollToCaret method, but this doesn't do what I want.

Any ideas?

© Stack Overflow or respective owner

Related posts about scrolling

Related posts about devexpress