Table of Contents

Method EnsureExpanded

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

EnsureExpanded(int)

Makes all outline sections containing specified line expanded.

public virtual void EnsureExpanded(int index)

Parameters

index int

Specifies an index of the line in text coordinates.

EnsureExpanded(Point)

Makes all outline sections containing specified position expanded.

public virtual void EnsureExpanded(Point position)

Parameters

position Point

The Point value that specifies position in text coordinates.