[]
        
(Showing Draft Content)

GrapeCity.Viewer.Common.Model.ScrollingMode

ScrollingMode Enum

Defines the scrolling behavior modes available in the viewer.

Namespace: GrapeCity.Viewer.Common.Model
Assembly: MESCIUS.ActiveReports.Viewer.Common.dll
Syntax
public enum ScrollingMode
Remarks

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.

Fields

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.