ActiveReports 12
AutoScrollOffset Property (LayerList)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace > LayerList 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

LayerList Class
LayerList Members