Skip to main content

XRPanel.CanShrink Property

Specifies whether or not the panel’s height is allowed to decrease if its contents do not completely fit into the control’s dimensions.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(true)]
public override bool CanShrink { get; set; }

Property Value

Type Description
Boolean

true, if the panel’s height is allowed to decrease; otherwise, false.

Remarks

To avoid blank space from appearing in a report, enable the XRPanel.CanShrink property. This will automatically adjust the panel’s bottom border to that of the lowermost control it contains.

RD_Controls_Panel_1

As a result, all other report elements that reside below the panel will be pushed up, except for the controls that overlap the shrinking panel even by one pixel.

See Also