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