Method MakeVisible
MakeVisible(Point)
Scrolls the control's content, if necessary, to ensure a specified text position is in view.
public virtual void MakeVisible(Point position)
Parameters
position
PointPosition in the text to make visible.
MakeVisible(Point, bool)
Scrolls the control's content, if necessary, to ensure a specified text position is in view.
public virtual void MakeVisible(Point position, bool centerLine)