Gets or sets whether the designer should scroll automatically when the user drags the mouse close to the edges of the control.

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool AutoScroll { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property AutoScroll As Boolean
	Get
	Set

Remarks

If this property is set to true and the user drags the mouse near the edge of the control (while moving or resizing fields), the control will scroll automatically to bring the area being worked on into view.

The default value for this property is True.

See Also