xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrpanel.md
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
[Browsable(true)]
public override bool CanShrink { get; set; }
<Browsable(True)>
Public Overrides Property CanShrink As Boolean
| Type | Description |
|---|---|
| Boolean |
true , if the panel’s height is allowed to decrease; otherwise, false.
|
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