Unicode Controls & Classes for VB6 - Version 4

ctlUniRichTextBoxXP.SetScrollPos Method

Sets the current scrolling position

Syntax
Public Sub SetScrollPos (ByVal x As Long, _
ByVal y As Long)
Parameters
Parameter Description
ByVal x As Long Contains a point in the virtual text space of the document, expressed in pixels. This point will be the point that is currently located in the upper-left corner of the edit control window.
ByVal y As Long Contains a point in the virtual text space of the document, expressed in pixels. This point will be the point that is currently located in the upper-left corner of the edit control window.
Remarks