// Insert text (without scrolling)
var pos = scintilla.TextLength;
scintilla.InsertText(pos, "Hello World!\n");
Jacob↧
New Post: Prevent from auto scrolling
↧
// Insert text (without scrolling)
var pos = scintilla.TextLength;
scintilla.InsertText(pos, "Hello World!\n");
Jacob