ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / ScrollingMode Property

In This Topic
    ScrollingMode Property (Viewer)
    In This Topic
    Gets or sets the scrolling behavior for the document within the viewer.
    Syntax
    'Declaration
     
    Public Property ScrollingMode As ScrollingMode
    public ScrollingMode ScrollingMode {get; set;}

    Property Value

    A ScrollingMode value that specifies the scrolling behavior.
    Remarks
    This property determines how the document scrolls within the viewer. The default mode, GrapeCity.Viewer.Common.Model.ScrollingMode.Continuous, allows the document to scroll smoothly. Other modes may segment the document into discrete pages or sections for navigation.
    See Also