Click or drag to resize

ITextViewScrollTo Method

Scrolls the scrollbar to the Nth (wrapped) line.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
void ScrollTo(
	int line
)

Parameters

line
Type: SystemInt32
The line to scroll to
See Also