ASPxClientRichEdit.scroll Property
In This Article
Provides access to a document’s scroll functionality.
#Declaration
TypeScript
scroll: RichEditScroll
#Property Value
Type | Description |
---|---|
Rich |
An object that contains members related to scroll functionality. |
#Remarks
<dx:ASPxRichEdit ID="DemoRichEdit" runat="server" ClientInstanceName="richEdit" />
richEdit.scroll.verticalPosition = 3000;
See Also