I have a scrolling richtextbox that holds more lines than it can display, and I would like to know what lines are currently being displayed. I'm looking for some method like GetTopVisibleLine, GetBottomVisibleLine, GetFirstVisibleCharIndex, GetLastVisibleCharIndex,
etc. and I don't seem to be able to find anything that will give me this info. Any ideas?
Thanks,
Mike
View Complete Post