[]
        
(Showing Draft Content)

C1.Report.Field.CanShrink

CanShrink Property

CanShrink

Specifies whether the field height should be automatically reduced to fit the field's contents.

Declaration
[Obsolete("Use AutoHeight instead.")]
[C1Category("Layout")]
public bool CanShrink { get; set; }
<Obsolete("Use AutoHeight instead.")>
<C1Category("Layout")>
Public Property CanShrink As Boolean
See Also