Method MoveToLineAndCenterIt
MoveToLineAndCenterIt(SyntaxEdit, int, int)
Changes the current position
public static void MoveToLineAndCenterIt(SyntaxEdit edit, int line, int charPos = 0)
Parameters
edit
SyntaxEditEditor control.
line
intIndex of line to move to.
charPos
intIndex of character in the line to move to. Optional. Default is 0.