ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ScrollingMode Enumeration

In This Topic
    ScrollingMode Enumeration
    In This Topic
    Defines the scrolling behavior modes available in the viewer.
    Syntax
    'Declaration
     
    Public Enum ScrollingMode 
       Inherits System.Enum
    public enum ScrollingMode : System.Enum 
    Members
    MemberDescription
    ContinuousAllows for continuous scrolling through the document. This mode enables smooth scrolling without page breaks.
    PagedRestricts 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.
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Viewer.Common.Model.ScrollingMode

    See Also