[]
Defines the scrolling behavior modes available in the viewer.
public enum ScrollingMode
This enumeration specifies the types of scrolling modes that can be applied in the ActiveReports viewer. The mode determines how the document is scrolled through, either continuously or in a paged manner.
Name | Description |
---|---|
Continuous | Allows for continuous scrolling through the document. This mode enables smooth scrolling without page breaks. |
Paged | Restricts scrolling to one page at a time. In this mode, the viewer aligns the top of each page with the top of the view area upon scrolling. |