[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IScrollableRectangle

IScrollableRectangle Interface

Represents an interface for a scrollable rectangle.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IScrollableRectangle

Properties

Name Description
CanGrow

Gets a value indicating whether the container can grow when the size of its content is greater than the size of the container.

Overflow

Gets a value indicating how content that is larger than the container should be handled.

Extension Methods