RichTextBox Vertical Scrollbar manipulation in visual studio.

Posted by PlaZmaZ on Stack Overflow See other posts from Stack Overflow or by PlaZmaZ
Published on 2010-06-06T23:47:38Z Indexed on 2010/06/06 23:52 UTC
Read the original article Hit count: 236

Filed under:
|

I've searched through related questions but can't find what I need.

I have a richtextbox control. I need to trigger an event when the vertical scrollbar reaches a certain position (say 90% down to the bottom). I've been playing around with the events for the rich textbox but have yet to find anything.

Any help would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about richtextbox