Method MakeVisible
MakeVisible(Point)
When implemented by a class, scrolls the control's content, if necessary, to ensure a specified text position is in view.
void MakeVisible(Point position)
Parameters
position
PointPosition in the text to make visible.
MakeVisible(Point, bool)
When implemented by a class, scrolls the control's content, if necessary, to ensure a specified text position is in view.
void MakeVisible(Point position, bool centerLine)