Click or drag to resize

EditWindow.ScrollVertical Method (Typed)

X#
Scroll the current line in this edit window up or down a specified number of lines.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ScrollVertical(
	nLines AS LONG
) AS VOID
Request Example View Source

Parameters

nLines
Type: Long
The number of lines to scroll. Positive values scroll up; negative values down.
See Also