Skip to main content

RichEditScroll.verticalPosition Property

Specifies the vertical scroll position.

Declaration

get verticalPosition(): number
set verticalPosition(position: 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