Search Results

0
votes

How to move scroll bar up by one line? (In C# RichTextBox)

window.scrollBy(0,20); This will scroll the window. 20 is an approximate value I have used in the past that typically equals one line... but of course font size may impact how far one lin …