Page 1 of 1

Get First line in view .. how to ?

Posted: Wed Mar 28, 2007 10:26 am
by rvu
Hello
I am trying to get the very first line that is shown in the TRichViewEdit control. This line would increment / decrement when the user scrolls down / up using the V scrollbar.
How can i get this line number ?

Thank you

Posted: Wed Mar 28, 2007 4:02 pm
by Sergey Tkachenko
RichView.FirstItemVisible ?

Posted: Wed Mar 28, 2007 4:12 pm
by rvu
Hello

Thank you.

Best Regards