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

In This Topic
    ScrollbarEnabled Property (Viewer)
    In This Topic
    Public API. Show or hide scrolls within report pane.
    Syntax
    'Declaration
     
    Public Property ScrollbarEnabled As Boolean
    public bool ScrollbarEnabled {get; set;}

    Property Value

    true if scroll bars are enabled; otherwise, false. The default is true.
    Remarks
    When set to true, this property enables the display of horizontal and vertical scroll bars in the report viewer pane, allowing the user to scroll through the report content. When set to false, the scroll bars are hidden, and the report content may not be fully accessible if it exceeds the visible area of the viewer pane.

    This property can be used to customize the viewing experience based on the specific requirements of your application or the preferences of your users.

    See Also