Gets the rectangle that represents the client area of the control. The ScrollableControl uses this property to set the scroll page size.

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

Syntax

C#
[BrowsableAttribute(false)]
public override Rectangle ScrollableRectangle { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public Overrides ReadOnly Property ScrollableRectangle As Rectangle
	Get

See Also