ActiveReports 12
AutoScroll Property (Viewer)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : AutoScroll Property
Gets or sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries.
Syntax
'Declaration
 
Public Overridable Property AutoScroll As Boolean
public virtual bool AutoScroll {get; set;}

Property Value

true if the container enables auto-scrolling; otherwise, false. The default value is false.
See Also

Reference

Viewer Class
Viewer Members