ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / Field Class / CanShrink Property

In This Topic
    CanShrink Property (Field)
    In This Topic
    Specifies whether the field height should be automatically reduced to fit the field's contents.
    Syntax
    'Declaration
     
    Public Property CanShrink As System.Boolean
    public System.bool CanShrink {get; set;}
    See Also