ActiveReports 12
AutoScrollMargin Property (GroupEditor)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.GroupEditor Namespace > GroupEditor Class : AutoScrollMargin Property
Gets or sets the size of the auto-scroll margin.
Syntax
'Declaration
 
Public Property AutoScrollMargin As Size
public Size AutoScrollMargin {get; set;}

Property Value

A System.Drawing.Size that represents the height and width of the auto-scroll margin in pixels.
Exceptions
ExceptionDescription
The System.Drawing.Size.Height or System.Drawing.Size.Width value assigned is less than 0.
See Also

Reference

GroupEditor Class
GroupEditor Members