[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.ScrollbarEnabled

ScrollbarEnabled Property

ScrollbarEnabled

Gets or sets a value indicating whether scroll bars are enabled in the report viewer pane.

Declaration
public bool ScrollbarEnabled { get; set; }
Property Value
Type Description
bool

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.