Back to Devexpress

XRPanel.CanShrink Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpanel.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[Browsable(true)]
public override bool CanShrink { get; set; }
vb
<Browsable(True)>
Public Overrides Property CanShrink As Boolean

Property Value

TypeDescription
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.

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

XRPanel Class

XRPanel Members

DevExpress.XtraReports.UI Namespace