ActiveReports 12
AutoScrollOffset Property (Toolbox)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : AutoScrollOffset Property
Gets or sets where this control is scrolled to in System.Windows.Forms.ScrollableControl.ScrollControlIntoView(System.Windows.Forms.Control).
Syntax
'Declaration
 
Public Property AutoScrollOffset As Point
public Point AutoScrollOffset {get; set;}

Property Value

A System.Drawing.Point specifying the scroll location. The default is the upper-left corner of the control.
See Also

Reference

Toolbox Class
Toolbox Members