ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Textbox Class / CanGrow Property

In This Topic
    CanGrow Property (Textbox)
    In This Topic
    Gets or sets a value indicating whether the textbox height can increase to accommodate the contents.
    Syntax
    'Declaration
     
    Public Property CanGrow As System.Boolean
    public System.bool CanGrow {get; set;}
    See Also