Skip to main content
A newer version of this page is available. .

RichEditScroll.verticalPosition Property

Specifies the vertical scroll position.

Declaration

verticalPosition: number

Property Value

Type Description
number

The position, in pixels.

Remarks

Use the verticalPosition property to scroll the document to a particular position specified in pixels.

<dx:ASPxRichEdit ID="DemoRichEdit" runat="server" ClientInstanceName="richEdit" />
richEdit.scroll.verticalPosition = 3000;
See Also