Table of Contents

Method MakeVisible

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

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)

Parameters

position Point

Position in the text to make visible.

centerLine bool

Specifies whether the a given line must be centered within the control's client area.