ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf 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

    A System.Boolean value. true if the scrollbars are enabled; otherwise, false.
    Remarks
    The default value is true.
    See Also