ActiveReports 13
AutoScrollMargin Property (BaseToolbox)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox 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

BaseToolbox Class
BaseToolbox Members